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 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/agents</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/artifact-management</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/audio-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/data-analysis-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/embeds</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/cli</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/gateways</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/orchestrator</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/plugins</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/projects</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/prompts</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/proxies</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/speech</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/debugging</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/deployment-options</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/kubernetes-deployment</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/logging</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/observability</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/proxy_configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/create-agents</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/create-gateways</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/creating-python-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/creating-service-providers</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/evaluations</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/structure</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/bedrock-agents</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/custom-agent</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/event-mesh-gateway</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/mcp-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/mongodb-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/rag-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/rest-gateway</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/slack-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/sql-database</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/teams-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/agent-builder</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/connectors/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/openapi-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/rbac-setup-guide</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/secure-user-delegated-access</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/single-sign-on</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/wheel-installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/architecture</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/introduction</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/try-agent-mesh</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/artifact-storage</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/configurations</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/large_language_models</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/run-project</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/session-storage</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/user-feedback</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/agents</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/artifact-management</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/audio-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/data-analysis-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/embeds</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/builtin-tools/image-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/cli</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/gateways</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/orchestrator</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/platform-service</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/plugins</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/projects</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/prompts</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/proxies</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/components/speech</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/debugging</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/deployment-options</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/kubernetes/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/kubernetes/kubernetes-deployment-guide</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/logging</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/observability</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/deploying/proxy_configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/create-agents</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/create-gateways</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/creating-python-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/creating-service-providers</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/evaluations</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/structure</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/bedrock-agents</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/custom-agent</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/event-mesh-gateway</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/mcp-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/mongodb-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/rag-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/rest-gateway</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/slack-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/sql-database</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/developing/tutorials/teams-integration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/agent-builder</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/connectors/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/openapi-tools</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/rbac-setup-guide</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/secure-user-delegated-access</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/single-sign-on</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/enterprise/wheel-installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/architecture</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/introduction</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/try-agent-mesh</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/getting-started/vibe_coding</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/artifact-storage</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/configurations</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/large_language_models</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/run-project</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/session-storage</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/installing-and-configuring/user-feedback</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://solacelabs.github.io/solace-agent-mesh/docs/documentation/migrations/platform-service-split</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.
|
|
1
|
+
__version__ = "1.12.0"
|
|
@@ -8,6 +8,7 @@ from .directory_step import create_project_directories
|
|
|
8
8
|
from .env_step import ENV_DEFAULTS, create_env_file
|
|
9
9
|
from .orchestrator_step import ORCHESTRATOR_DEFAULTS as O_DEFAULTS
|
|
10
10
|
from .orchestrator_step import create_orchestrator_config
|
|
11
|
+
from .platform_service_step import PLATFORM_SERVICE_DEFAULTS, create_platform_service_config
|
|
11
12
|
from .project_files_step import create_project_files
|
|
12
13
|
from .web_init_step import perform_web_init
|
|
13
14
|
from .webui_gateway_step import WEBUI_GATEWAY_DEFAULTS, create_webui_gateway_config
|
|
@@ -107,6 +108,8 @@ DEFAULT_INIT_VALUES = {
|
|
|
107
108
|
"webui_frontend_collect_feedback": WEBUI_GATEWAY_DEFAULTS.get(
|
|
108
109
|
"frontend_collect_feedback", False
|
|
109
110
|
),
|
|
111
|
+
"platform_api_host": PLATFORM_SERVICE_DEFAULTS.get("platform_api_host"),
|
|
112
|
+
"platform_api_port": PLATFORM_SERVICE_DEFAULTS.get("platform_api_port"),
|
|
110
113
|
}
|
|
111
114
|
|
|
112
115
|
|
|
@@ -164,6 +167,12 @@ def run_init_flow(skip_interactive: bool, use_web_based_init_flag: bool, **cli_o
|
|
|
164
167
|
project_root, opts, skip, defs
|
|
165
168
|
),
|
|
166
169
|
),
|
|
170
|
+
(
|
|
171
|
+
"Platform Service Configuration",
|
|
172
|
+
lambda opts, defs, skip: create_platform_service_config(
|
|
173
|
+
project_root, opts, skip, defs
|
|
174
|
+
),
|
|
175
|
+
),
|
|
167
176
|
(
|
|
168
177
|
".env File Creation",
|
|
169
178
|
lambda opts, defs, skip: create_env_file(project_root, opts, skip),
|
|
@@ -410,6 +419,12 @@ def run_init_flow(skip_interactive: bool, use_web_based_init_flag: bool, **cli_o
|
|
|
410
419
|
type=str,
|
|
411
420
|
help="Database URL for the Orchestrator.",
|
|
412
421
|
)
|
|
422
|
+
@click.option(
|
|
423
|
+
"--platform-api-host", type=str, help="Host for Platform API server."
|
|
424
|
+
)
|
|
425
|
+
@click.option(
|
|
426
|
+
"--platform-api-port", type=int, help="Port for Platform API server."
|
|
427
|
+
)
|
|
413
428
|
def init(**kwargs):
|
|
414
429
|
"""
|
|
415
430
|
Initialize a new Solace application project.
|
|
@@ -11,9 +11,9 @@ def create_project_directories(project_root: Path) -> bool:
|
|
|
11
11
|
project_root / "configs",
|
|
12
12
|
project_root / "configs" / "gateways",
|
|
13
13
|
project_root / "configs" / "agents",
|
|
14
|
+
project_root / "configs" / "services",
|
|
14
15
|
project_root / "src",
|
|
15
16
|
]
|
|
16
|
-
|
|
17
17
|
click.echo("Creating directory structure...")
|
|
18
18
|
for dir_path in dirs_to_create:
|
|
19
19
|
try:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import click
|
|
2
1
|
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
import click
|
|
4
|
+
|
|
3
5
|
from ...utils import ask_if_not_provided
|
|
4
6
|
|
|
5
7
|
ENV_DEFAULTS = {
|
|
@@ -25,6 +27,7 @@ ENV_DEFAULTS = {
|
|
|
25
27
|
"S3_BUCKET_NAME": "",
|
|
26
28
|
"S3_ENDPOINT_URL": "",
|
|
27
29
|
"S3_REGION": "us-east-1",
|
|
30
|
+
"PLATFORM_SERVICE_URL": None,
|
|
28
31
|
"LLM_SERVICE_OAUTH_TOKEN_URL": "YOUR_LLM_SERVICE_OAUTH_TOKEN_URL_HERE",
|
|
29
32
|
"LLM_SERVICE_OAUTH_CLIENT_ID": "YOUR_LLM_SERVICE_OAUTH_CLIENT_ID_HERE",
|
|
30
33
|
"LLM_SERVICE_OAUTH_CLIENT_SECRET": "YOUR_LLM_SERVICE_OAUTH_CLIENT_SECRET_HERE",
|
|
@@ -33,7 +36,9 @@ ENV_DEFAULTS = {
|
|
|
33
36
|
"LLM_SERVICE_OAUTH_TOKEN_REFRESH_BUFFER_SECONDS": "300",
|
|
34
37
|
"LLM_SERVICE_OAUTH_PLANNING_MODEL_NAME": "YOUR_LLM_SERVICE_OAUTH_PLANNING_MODEL_NAME_HERE",
|
|
35
38
|
"LLM_SERVICE_OAUTH_GENERAL_MODEL_NAME": "YOUR_LLM_SERVICE_OAUTH_GENERAL_MODEL_NAME_HERE",
|
|
36
|
-
"LLM_SERVICE_OAUTH_ENDPOINT": "YOUR_LLM_SERVICE_OAUTH_ENDPOINT_HERE"
|
|
39
|
+
"LLM_SERVICE_OAUTH_ENDPOINT": "YOUR_LLM_SERVICE_OAUTH_ENDPOINT_HERE",
|
|
40
|
+
"PLATFORM_API_HOST": "127.0.0.1",
|
|
41
|
+
"PLATFORM_API_PORT": "8001",
|
|
37
42
|
}
|
|
38
43
|
|
|
39
44
|
|
|
@@ -201,6 +206,20 @@ def create_env_file(project_root: Path, options: dict, skip_interactive: bool) -
|
|
|
201
206
|
False,
|
|
202
207
|
"S3_REGION",
|
|
203
208
|
),
|
|
209
|
+
(
|
|
210
|
+
"platform_api_host",
|
|
211
|
+
"PLATFORM_API_HOST",
|
|
212
|
+
"Enter Platform API Host",
|
|
213
|
+
False,
|
|
214
|
+
"PLATFORM_API_HOST",
|
|
215
|
+
),
|
|
216
|
+
(
|
|
217
|
+
"platform_api_port",
|
|
218
|
+
"PLATFORM_API_PORT",
|
|
219
|
+
"Enter Platform API Port",
|
|
220
|
+
False,
|
|
221
|
+
"PLATFORM_API_PORT",
|
|
222
|
+
),
|
|
204
223
|
]
|
|
205
224
|
|
|
206
225
|
env_vars_to_write = {}
|
|
@@ -223,6 +242,14 @@ def create_env_file(project_root: Path, options: dict, skip_interactive: bool) -
|
|
|
223
242
|
):
|
|
224
243
|
env_vars_to_write["NAMESPACE"] = str(env_vars_to_write["NAMESPACE"]) + "/"
|
|
225
244
|
|
|
245
|
+
# Handle Platform Service URL generation
|
|
246
|
+
frontend_is_ssl = env_vars_to_write.get("SSL_CERTFILE") and env_vars_to_write.get("SSL_KEYFILE")
|
|
247
|
+
if not env_vars_to_write.get("PLATFORM_SERVICE_URL"):
|
|
248
|
+
platform_url = "https://" if frontend_is_ssl else "http://"
|
|
249
|
+
platform_url += env_vars_to_write.get("PLATFORM_API_HOST") or "127.0.0.1"
|
|
250
|
+
platform_url += ":" + str(env_vars_to_write.get("PLATFORM_API_PORT") or 8001)
|
|
251
|
+
env_vars_to_write["PLATFORM_SERVICE_URL"] = platform_url
|
|
252
|
+
|
|
226
253
|
final_env_vars = {k: v for k, v in env_vars_to_write.items() if v is not None}
|
|
227
254
|
env_content_lines = [f'{key}="{value}"' for key, value in final_env_vars.items()]
|
|
228
255
|
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import click
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
from ...utils import ask_if_not_provided, load_template
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
PLATFORM_SERVICE_DEFAULTS = {
|
|
8
|
+
"platform_api_host": "127.0.0.1",
|
|
9
|
+
"platform_api_port": 8001,
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def create_platform_service_config(
|
|
14
|
+
project_root: Path, options: dict, skip_interactive: bool, default_values: dict
|
|
15
|
+
) -> bool:
|
|
16
|
+
"""
|
|
17
|
+
Gathers Platform Service options and creates the configuration file (configs/services/platform.yaml).
|
|
18
|
+
Platform Service is bundled with WebUI Gateway - only creates config if WebUI Gateway is enabled.
|
|
19
|
+
Returns True on success or if skipped, False on failure.
|
|
20
|
+
"""
|
|
21
|
+
# Platform Service is bundled with WebUI Gateway - skip if WebUI is disabled
|
|
22
|
+
add_webui_gateway = options.get("add_webui_gateway", True)
|
|
23
|
+
if not add_webui_gateway:
|
|
24
|
+
click.echo(
|
|
25
|
+
click.style(
|
|
26
|
+
" Skipping Platform Service (disabled with Web UI Gateway).", fg="yellow"
|
|
27
|
+
)
|
|
28
|
+
)
|
|
29
|
+
return True
|
|
30
|
+
|
|
31
|
+
click.echo("Configuring Platform Service options...")
|
|
32
|
+
|
|
33
|
+
options["platform_api_host"] = ask_if_not_provided(
|
|
34
|
+
options,
|
|
35
|
+
"platform_api_host",
|
|
36
|
+
"Enter Platform API Host",
|
|
37
|
+
default=default_values.get(
|
|
38
|
+
"platform_api_host", PLATFORM_SERVICE_DEFAULTS["platform_api_host"]
|
|
39
|
+
),
|
|
40
|
+
none_interactive=skip_interactive,
|
|
41
|
+
)
|
|
42
|
+
options["platform_api_port"] = ask_if_not_provided(
|
|
43
|
+
options,
|
|
44
|
+
"platform_api_port",
|
|
45
|
+
"Enter Platform API Port",
|
|
46
|
+
default=default_values.get(
|
|
47
|
+
"platform_api_port", PLATFORM_SERVICE_DEFAULTS["platform_api_port"]
|
|
48
|
+
),
|
|
49
|
+
none_interactive=skip_interactive,
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
click.echo("Creating Platform Service configuration file...")
|
|
53
|
+
destination_path = project_root / "configs" / "services" / "platform.yaml"
|
|
54
|
+
|
|
55
|
+
try:
|
|
56
|
+
template_content = load_template("platform.yaml")
|
|
57
|
+
|
|
58
|
+
# No placeholder replacements needed - template uses env vars directly
|
|
59
|
+
modified_content = template_content
|
|
60
|
+
|
|
61
|
+
destination_path.parent.mkdir(parents=True, exist_ok=True)
|
|
62
|
+
with open(destination_path, "w", encoding="utf-8") as f:
|
|
63
|
+
f.write(modified_content)
|
|
64
|
+
|
|
65
|
+
click.echo(f" Created: {destination_path.relative_to(project_root)}")
|
|
66
|
+
return True
|
|
67
|
+
|
|
68
|
+
except FileNotFoundError:
|
|
69
|
+
click.echo(click.style("Error: Template file not found.", fg="red"), err=True)
|
|
70
|
+
return False
|
|
71
|
+
except IOError as e:
|
|
72
|
+
click.echo(
|
|
73
|
+
click.style(f"Error writing file {destination_path}: {e}", fg="red"),
|
|
74
|
+
err=True,
|
|
75
|
+
)
|
|
76
|
+
return False
|
|
77
|
+
except Exception as e:
|
|
78
|
+
click.echo(
|
|
79
|
+
click.style(
|
|
80
|
+
f"An unexpected error occurred during Platform Service configuration: {e}",
|
|
81
|
+
fg="red",
|
|
82
|
+
),
|
|
83
|
+
err=True,
|
|
84
|
+
)
|
|
85
|
+
return False
|
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
import click
|
|
2
|
+
import json
|
|
3
|
+
from typing import Optional, List, Dict, Any
|
|
4
|
+
from collections import defaultdict
|
|
5
|
+
|
|
6
|
+
# Import to trigger tool registration
|
|
7
|
+
import solace_agent_mesh.agent.tools # noqa: F401
|
|
8
|
+
from solace_agent_mesh.agent.tools.registry import tool_registry
|
|
9
|
+
from cli.utils import error_exit
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def format_parameter_schema(schema) -> str:
|
|
13
|
+
"""
|
|
14
|
+
Format the parameter schema into a readable string.
|
|
15
|
+
|
|
16
|
+
Args:
|
|
17
|
+
schema: A google.genai.types.Schema object
|
|
18
|
+
|
|
19
|
+
Returns:
|
|
20
|
+
Formatted string representation of parameters
|
|
21
|
+
"""
|
|
22
|
+
if not schema or not hasattr(schema, 'properties') or not schema.properties:
|
|
23
|
+
return " No parameters"
|
|
24
|
+
|
|
25
|
+
lines = []
|
|
26
|
+
required = schema.required if hasattr(schema, 'required') else []
|
|
27
|
+
|
|
28
|
+
for prop_name, prop_schema in schema.properties.items():
|
|
29
|
+
is_required = prop_name in required
|
|
30
|
+
req_str = "required" if is_required else "optional"
|
|
31
|
+
type_str = getattr(prop_schema, 'type', 'unknown')
|
|
32
|
+
desc = getattr(prop_schema, 'description', '')
|
|
33
|
+
lines.append(f" - {prop_name} ({type_str}, {req_str}): {desc}")
|
|
34
|
+
|
|
35
|
+
return "\n".join(lines)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def format_tool_table_brief(tools: List) -> None:
|
|
39
|
+
"""
|
|
40
|
+
Format tools as a brief list and echo to console.
|
|
41
|
+
|
|
42
|
+
Groups tools by category and displays only names and descriptions.
|
|
43
|
+
|
|
44
|
+
Args:
|
|
45
|
+
tools: List of BuiltinTool objects
|
|
46
|
+
"""
|
|
47
|
+
if not tools:
|
|
48
|
+
click.echo("No tools found.")
|
|
49
|
+
return
|
|
50
|
+
|
|
51
|
+
# Group tools by category
|
|
52
|
+
tools_by_category = defaultdict(list)
|
|
53
|
+
for tool in tools:
|
|
54
|
+
tools_by_category[tool.category].append(tool)
|
|
55
|
+
|
|
56
|
+
# Sort categories alphabetically
|
|
57
|
+
sorted_categories = sorted(tools_by_category.keys())
|
|
58
|
+
|
|
59
|
+
total_tools = len(tools)
|
|
60
|
+
|
|
61
|
+
for category in sorted_categories:
|
|
62
|
+
category_tools = sorted(tools_by_category[category], key=lambda t: t.name)
|
|
63
|
+
|
|
64
|
+
# Get category metadata from first tool in category
|
|
65
|
+
first_tool = category_tools[0]
|
|
66
|
+
category_name = first_tool.category_name or category
|
|
67
|
+
|
|
68
|
+
# Display category header
|
|
69
|
+
click.echo()
|
|
70
|
+
click.echo(click.style(f"═══ {category_name} ═══", bold=True, fg='cyan'))
|
|
71
|
+
click.echo()
|
|
72
|
+
|
|
73
|
+
# Display tools in category (brief format)
|
|
74
|
+
for tool in category_tools:
|
|
75
|
+
click.echo(f" • {click.style(tool.name, bold=True, fg='green')}")
|
|
76
|
+
# Wrap description at 70 characters
|
|
77
|
+
desc_words = tool.description.split()
|
|
78
|
+
lines = []
|
|
79
|
+
current_line = " "
|
|
80
|
+
for word in desc_words:
|
|
81
|
+
if len(current_line) + len(word) + 1 <= 74:
|
|
82
|
+
current_line += (" " if len(current_line) > 4 else "") + word
|
|
83
|
+
else:
|
|
84
|
+
lines.append(current_line)
|
|
85
|
+
current_line = " " + word
|
|
86
|
+
if current_line.strip():
|
|
87
|
+
lines.append(current_line)
|
|
88
|
+
for line in lines:
|
|
89
|
+
click.echo(line)
|
|
90
|
+
click.echo()
|
|
91
|
+
|
|
92
|
+
# Display summary
|
|
93
|
+
click.echo(click.style(f"Total: {total_tools} tool{'s' if total_tools != 1 else ''}", bold=True, fg='blue'))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def format_tool_table(tools: List) -> None:
|
|
97
|
+
"""
|
|
98
|
+
Format tools as a detailed table and echo to console.
|
|
99
|
+
|
|
100
|
+
Groups tools by category and displays detailed information for each tool.
|
|
101
|
+
|
|
102
|
+
Args:
|
|
103
|
+
tools: List of BuiltinTool objects
|
|
104
|
+
"""
|
|
105
|
+
if not tools:
|
|
106
|
+
click.echo("No tools found.")
|
|
107
|
+
return
|
|
108
|
+
|
|
109
|
+
# Group tools by category
|
|
110
|
+
tools_by_category = defaultdict(list)
|
|
111
|
+
for tool in tools:
|
|
112
|
+
tools_by_category[tool.category].append(tool)
|
|
113
|
+
|
|
114
|
+
# Sort categories alphabetically
|
|
115
|
+
sorted_categories = sorted(tools_by_category.keys())
|
|
116
|
+
|
|
117
|
+
total_tools = len(tools)
|
|
118
|
+
|
|
119
|
+
for category in sorted_categories:
|
|
120
|
+
category_tools = sorted(tools_by_category[category], key=lambda t: t.name)
|
|
121
|
+
|
|
122
|
+
# Get category metadata from first tool in category
|
|
123
|
+
first_tool = category_tools[0]
|
|
124
|
+
category_name = first_tool.category_name or category
|
|
125
|
+
category_desc = first_tool.category_description or ""
|
|
126
|
+
|
|
127
|
+
# Display category header
|
|
128
|
+
header_width = 60
|
|
129
|
+
click.echo()
|
|
130
|
+
click.echo("╭" + "─" * (header_width - 2) + "╮")
|
|
131
|
+
click.echo("│ " + click.style(category_name, bold=True, fg='cyan') +
|
|
132
|
+
" " * (header_width - len(category_name) - 3) + "│")
|
|
133
|
+
if category_desc:
|
|
134
|
+
# Wrap description if needed
|
|
135
|
+
desc_lines = []
|
|
136
|
+
current_line = ""
|
|
137
|
+
for word in category_desc.split():
|
|
138
|
+
if len(current_line) + len(word) + 1 <= header_width - 4:
|
|
139
|
+
current_line += (" " if current_line else "") + word
|
|
140
|
+
else:
|
|
141
|
+
desc_lines.append(current_line)
|
|
142
|
+
current_line = word
|
|
143
|
+
if current_line:
|
|
144
|
+
desc_lines.append(current_line)
|
|
145
|
+
|
|
146
|
+
for desc_line in desc_lines:
|
|
147
|
+
click.echo("│ " + desc_line + " " * (header_width - len(desc_line) - 3) + "│")
|
|
148
|
+
click.echo("╰" + "─" * (header_width - 2) + "╯")
|
|
149
|
+
click.echo()
|
|
150
|
+
|
|
151
|
+
# Display tools in category
|
|
152
|
+
for tool in category_tools:
|
|
153
|
+
click.echo(click.style(f"Tool: {tool.name}", bold=True, fg='green'))
|
|
154
|
+
click.echo(f"Description: {tool.description}")
|
|
155
|
+
|
|
156
|
+
# Format and display parameters
|
|
157
|
+
click.echo("Parameters:")
|
|
158
|
+
params_str = format_parameter_schema(tool.parameters)
|
|
159
|
+
click.echo(params_str)
|
|
160
|
+
|
|
161
|
+
# Display required scopes
|
|
162
|
+
if tool.required_scopes:
|
|
163
|
+
scopes_str = ", ".join(tool.required_scopes)
|
|
164
|
+
click.echo(f"Required Scopes: {click.style(scopes_str, fg='yellow')}")
|
|
165
|
+
else:
|
|
166
|
+
click.echo("Required Scopes: None")
|
|
167
|
+
|
|
168
|
+
click.echo() # Blank line between tools
|
|
169
|
+
|
|
170
|
+
# Display summary
|
|
171
|
+
click.echo(click.style(f"Total: {total_tools} tool{'s' if total_tools != 1 else ''}",
|
|
172
|
+
bold=True, fg='blue'))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
def tools_to_json(tools: List, detailed: bool = False) -> str:
|
|
176
|
+
"""
|
|
177
|
+
Convert tools list to JSON format.
|
|
178
|
+
|
|
179
|
+
Args:
|
|
180
|
+
tools: List of BuiltinTool objects
|
|
181
|
+
detailed: If True, include parameters and all metadata. If False, only name and description.
|
|
182
|
+
|
|
183
|
+
Returns:
|
|
184
|
+
JSON string representation of tools
|
|
185
|
+
"""
|
|
186
|
+
result = []
|
|
187
|
+
|
|
188
|
+
for tool in tools:
|
|
189
|
+
if detailed:
|
|
190
|
+
# Convert Schema to dict if possible
|
|
191
|
+
try:
|
|
192
|
+
if hasattr(tool.parameters, 'model_dump'):
|
|
193
|
+
params_dict = tool.parameters.model_dump()
|
|
194
|
+
elif hasattr(tool.parameters, 'to_dict'):
|
|
195
|
+
params_dict = tool.parameters.to_dict()
|
|
196
|
+
else:
|
|
197
|
+
# Fallback: manually construct dict from Schema
|
|
198
|
+
params_dict = {
|
|
199
|
+
"type": getattr(tool.parameters, 'type', None),
|
|
200
|
+
"properties": {},
|
|
201
|
+
"required": getattr(tool.parameters, 'required', [])
|
|
202
|
+
}
|
|
203
|
+
if hasattr(tool.parameters, 'properties') and tool.parameters.properties:
|
|
204
|
+
for prop_name, prop_schema in tool.parameters.properties.items():
|
|
205
|
+
params_dict["properties"][prop_name] = {
|
|
206
|
+
"type": getattr(prop_schema, 'type', None),
|
|
207
|
+
"description": getattr(prop_schema, 'description', '')
|
|
208
|
+
}
|
|
209
|
+
except Exception:
|
|
210
|
+
params_dict = {"error": "Could not serialize parameters"}
|
|
211
|
+
|
|
212
|
+
tool_dict = {
|
|
213
|
+
"name": tool.name,
|
|
214
|
+
"description": tool.description,
|
|
215
|
+
"category": tool.category,
|
|
216
|
+
"category_name": tool.category_name,
|
|
217
|
+
"category_description": tool.category_description,
|
|
218
|
+
"required_scopes": tool.required_scopes,
|
|
219
|
+
"parameters": params_dict,
|
|
220
|
+
"examples": tool.examples,
|
|
221
|
+
"raw_string_args": tool.raw_string_args
|
|
222
|
+
}
|
|
223
|
+
else:
|
|
224
|
+
# Brief format: only name and description
|
|
225
|
+
tool_dict = {
|
|
226
|
+
"name": tool.name,
|
|
227
|
+
"description": tool.description,
|
|
228
|
+
"category": tool.category,
|
|
229
|
+
"category_name": tool.category_name
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
result.append(tool_dict)
|
|
233
|
+
|
|
234
|
+
return json.dumps(result, indent=2)
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
@click.group("tools")
|
|
238
|
+
def tools():
|
|
239
|
+
"""Manage and explore SAM built-in tools."""
|
|
240
|
+
pass
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
@tools.command("list")
|
|
244
|
+
@click.option(
|
|
245
|
+
"--category", "-c",
|
|
246
|
+
type=str,
|
|
247
|
+
default=None,
|
|
248
|
+
help="Filter tools by category (e.g., 'artifact_management', 'data_analysis')"
|
|
249
|
+
)
|
|
250
|
+
@click.option(
|
|
251
|
+
"--detailed", "-d",
|
|
252
|
+
is_flag=True,
|
|
253
|
+
help="Show detailed information including parameters and required scopes"
|
|
254
|
+
)
|
|
255
|
+
@click.option(
|
|
256
|
+
"--json", "output_json",
|
|
257
|
+
is_flag=True,
|
|
258
|
+
help="Output in JSON format instead of pretty table"
|
|
259
|
+
)
|
|
260
|
+
def list_tools(category: Optional[str], detailed: bool, output_json: bool):
|
|
261
|
+
"""
|
|
262
|
+
List all built-in tools available in Solace Agent Mesh.
|
|
263
|
+
|
|
264
|
+
By default, shows brief information with tool names and descriptions.
|
|
265
|
+
Use --detailed flag to see parameters and required scopes.
|
|
266
|
+
|
|
267
|
+
Examples:
|
|
268
|
+
|
|
269
|
+
# List all tools (brief)
|
|
270
|
+
sam tools list
|
|
271
|
+
|
|
272
|
+
# List with full details
|
|
273
|
+
sam tools list --detailed
|
|
274
|
+
|
|
275
|
+
# Filter by category
|
|
276
|
+
sam tools list --category artifact_management
|
|
277
|
+
|
|
278
|
+
# Detailed view with category filter
|
|
279
|
+
sam tools list -c web --detailed
|
|
280
|
+
|
|
281
|
+
# Output as JSON
|
|
282
|
+
sam tools list --json
|
|
283
|
+
|
|
284
|
+
# Filter and output as JSON
|
|
285
|
+
sam tools list -c web --json
|
|
286
|
+
"""
|
|
287
|
+
# Fetch tools from registry
|
|
288
|
+
if category:
|
|
289
|
+
tools_list = tool_registry.get_tools_by_category(category)
|
|
290
|
+
if not tools_list:
|
|
291
|
+
# Get all categories to show valid options
|
|
292
|
+
all_tools = tool_registry.get_all_tools()
|
|
293
|
+
if not all_tools:
|
|
294
|
+
error_exit("No tools are registered in the tool registry.")
|
|
295
|
+
|
|
296
|
+
categories = sorted(set(t.category for t in all_tools))
|
|
297
|
+
error_exit(
|
|
298
|
+
f"No tools found for category '{category}'.\n"
|
|
299
|
+
f"Valid categories: {', '.join(categories)}"
|
|
300
|
+
)
|
|
301
|
+
else:
|
|
302
|
+
tools_list = tool_registry.get_all_tools()
|
|
303
|
+
if not tools_list:
|
|
304
|
+
error_exit("No tools are registered in the tool registry.")
|
|
305
|
+
|
|
306
|
+
# Output based on format preference
|
|
307
|
+
if output_json:
|
|
308
|
+
json_output = tools_to_json(tools_list, detailed=detailed)
|
|
309
|
+
click.echo(json_output)
|
|
310
|
+
else:
|
|
311
|
+
# Use detailed format only if --detailed flag is provided
|
|
312
|
+
if detailed:
|
|
313
|
+
format_tool_table(tools_list)
|
|
314
|
+
else:
|
|
315
|
+
format_tool_table_brief(tools_list)
|
solace_agent_mesh/cli/main.py
CHANGED
|
@@ -18,6 +18,7 @@ from cli.commands.add_cmd import add
|
|
|
18
18
|
from cli.commands.plugin_cmd import plugin
|
|
19
19
|
from cli.commands.eval_cmd import eval_cmd
|
|
20
20
|
from cli.commands.docs_cmd import docs
|
|
21
|
+
from cli.commands.tools_cmd import tools
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
@click.group(context_settings=dict(help_option_names=['-h', '--help']))
|
|
@@ -42,6 +43,7 @@ cli.add_command(add)
|
|
|
42
43
|
cli.add_command(plugin)
|
|
43
44
|
cli.add_command(eval_cmd)
|
|
44
45
|
cli.add_command(docs)
|
|
46
|
+
cli.add_command(tools)
|
|
45
47
|
|
|
46
48
|
|
|
47
49
|
def main():
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{c as n}from"./client-
|
|
1
|
+
import{c as n}from"./client-DYtZN8p-.js";import{r as a,j as s}from"./vendor-XBWAmrun.js";function c(){return a.useEffect(()=>{const r=window.location.hash.substring(1),e=new URLSearchParams(r),o=e.get("access_token"),t=e.get("refresh_token");o?(localStorage.setItem("access_token",o),t&&localStorage.setItem("refresh_token",t),window.location.href="/"):console.error("AuthCallback: No access token found in URL hash.")},[]),s.jsx("div",{children:"Loading..."})}n.createRoot(document.getElementById("root")).render(s.jsx(c,{}));
|
solace_agent_mesh/client/webui/frontend/static/assets/{client-ZKk9kEJ5.js → client-DYtZN8p-.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{aQ as ld,aR as ud}from"./vendor-
|
|
1
|
+
import{aQ as ld,aR as ud}from"./vendor-XBWAmrun.js";(function(){const Nl=document.createElement("link").relList;if(Nl&&Nl.supports&&Nl.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))g(r);new MutationObserver(r=>{for(const bl of r)if(bl.type==="childList")for(const Jl of bl.addedNodes)Jl.tagName==="LINK"&&Jl.rel==="modulepreload"&&g(Jl)}).observe(document,{childList:!0,subtree:!0});function gl(r){const bl={};return r.integrity&&(bl.integrity=r.integrity),r.referrerPolicy&&(bl.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?bl.credentials="include":r.crossOrigin==="anonymous"?bl.credentials="omit":bl.credentials="same-origin",bl}function g(r){if(r.ep)return;r.ep=!0;const bl=gl(r);fetch(r.href,bl)}})();var xc={exports:{}},Se={},pc={exports:{}},rc={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* scheduler.production.js
|
|
4
4
|
*
|