solace-agent-mesh 1.4.12__py3-none-any.whl → 1.5.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.
Potentially problematic release.
This version of solace-agent-mesh might be problematic. Click here for more details.
- solace_agent_mesh/agent/adk/adk_llm.txt +3 -4
- solace_agent_mesh/agent/adk/adk_llm_detail.txt +566 -0
- solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt +1 -1
- solace_agent_mesh/agent/adk/callbacks.py +51 -2
- solace_agent_mesh/agent/adk/models/lite_llm.py +1 -0
- solace_agent_mesh/agent/adk/models/models_llm.txt +1 -2
- solace_agent_mesh/agent/agent_llm.txt +1 -1
- solace_agent_mesh/agent/agent_llm_detail.txt +1702 -0
- solace_agent_mesh/agent/protocol/event_handlers.py +2 -13
- solace_agent_mesh/agent/protocol/protocol_llm.txt +15 -2
- solace_agent_mesh/agent/protocol/protocol_llm_detail.txt +92 -0
- solace_agent_mesh/agent/sac/component.py +51 -21
- solace_agent_mesh/agent/sac/sac_llm.txt +15 -1
- solace_agent_mesh/agent/sac/sac_llm_detail.txt +200 -0
- solace_agent_mesh/agent/sac/task_execution_context.py +73 -0
- solace_agent_mesh/agent/testing/testing_llm_detail.txt +68 -0
- solace_agent_mesh/agent/tools/tools_llm.txt +148 -154
- solace_agent_mesh/agent/tools/tools_llm_detail.txt +274 -0
- solace_agent_mesh/agent/utils/utils_llm.txt +1 -1
- solace_agent_mesh/agent/utils/utils_llm_detail.txt +149 -0
- solace_agent_mesh/assets/docs/404.html +3 -3
- solace_agent_mesh/assets/docs/assets/js/483cef9a.bf9398af.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/{main.f67fc9f4.js → main.0c149855.js} +2 -2
- solace_agent_mesh/assets/docs/assets/js/{runtime~main.40527046.js → runtime~main.c66557e4.js} +1 -1
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html +8 -4
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
- solace_agent_mesh/assets/docs/lunr-index-1760032255022.json +1 -0
- solace_agent_mesh/assets/docs/lunr-index.json +1 -1
- solace_agent_mesh/assets/docs/search-doc-1760032255022.json +1 -0
- solace_agent_mesh/assets/docs/search-doc.json +1 -1
- solace_agent_mesh/cli/__init__.py +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/{authCallback-j1LW-wlq.js → authCallback-DwrxZE0E.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/{client-B9p_nFNA.js → client-DarGQzyw.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-CZbpmwfA.css +1 -0
- solace_agent_mesh/client/webui/frontend/static/assets/main-C__uuUkB.js +339 -0
- solace_agent_mesh/client/webui/frontend/static/assets/{vendor-CS5YMf8a.js → vendor-BKIeiHj_.js} +80 -70
- 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/common/a2a/a2a_llm.txt +1 -1
- solace_agent_mesh/common/a2a/a2a_llm_detail.txt +193 -0
- solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt +1 -1
- solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt +736 -0
- solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json +23 -0
- solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt +93 -15
- solace_agent_mesh/common/a2a_spec/schemas/tool_result.json +23 -0
- solace_agent_mesh/common/common_llm.txt +24 -39
- solace_agent_mesh/common/common_llm_detail.txt +2562 -0
- solace_agent_mesh/common/data_parts.py +9 -1
- solace_agent_mesh/common/middleware/middleware_llm_detail.txt +185 -0
- solace_agent_mesh/common/sac/sac_llm.txt +1 -1
- solace_agent_mesh/common/sac/sac_llm_detail.txt +82 -0
- solace_agent_mesh/common/sam_events/sam_events_llm.txt +104 -0
- solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt +115 -0
- solace_agent_mesh/common/services/services_llm.txt +57 -6
- solace_agent_mesh/common/services/services_llm_detail.txt +459 -0
- solace_agent_mesh/common/utils/embeds/embeds_llm.txt +1 -1
- solace_agent_mesh/common/utils/utils_llm.txt +75 -87
- solace_agent_mesh/common/utils/utils_llm_detail.txt +572 -0
- solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt +101 -0
- solace_agent_mesh/gateway/base/app.py +1 -1
- solace_agent_mesh/gateway/base/base_llm.txt +1 -1
- solace_agent_mesh/gateway/base/base_llm_detail.txt +235 -0
- solace_agent_mesh/gateway/gateway_llm.txt +242 -235
- solace_agent_mesh/gateway/gateway_llm_detail.txt +3885 -0
- solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt +295 -0
- solace_agent_mesh/gateway/http_sse/alembic/env.py +10 -1
- solace_agent_mesh/gateway/http_sse/alembic/versions/20251006_98882922fa59_add_tasks_events_feedback_chat_tasks.py +190 -0
- solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt +155 -0
- solace_agent_mesh/gateway/http_sse/alembic.ini +1 -1
- solace_agent_mesh/gateway/http_sse/app.py +148 -2
- solace_agent_mesh/gateway/http_sse/component.py +368 -60
- solace_agent_mesh/gateway/http_sse/components/components_llm.txt +46 -6
- solace_agent_mesh/gateway/http_sse/components/task_logger_forwarder.py +108 -0
- solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py +1 -1
- solace_agent_mesh/gateway/http_sse/dependencies.py +116 -26
- solace_agent_mesh/gateway/http_sse/http_sse_llm.txt +172 -172
- solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt +3278 -0
- solace_agent_mesh/gateway/http_sse/main.py +146 -41
- solace_agent_mesh/gateway/http_sse/repository/__init__.py +3 -12
- solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py +103 -0
- solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py +5 -3
- solace_agent_mesh/gateway/http_sse/repository/entities/chat_task.py +75 -0
- solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt +263 -0
- solace_agent_mesh/gateway/http_sse/repository/entities/feedback.py +20 -0
- solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py +0 -16
- solace_agent_mesh/gateway/http_sse/repository/entities/task.py +25 -0
- solace_agent_mesh/gateway/http_sse/repository/entities/task_event.py +21 -0
- solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py +81 -0
- solace_agent_mesh/gateway/http_sse/repository/interfaces.py +73 -18
- solace_agent_mesh/gateway/http_sse/repository/models/__init__.py +9 -5
- solace_agent_mesh/gateway/http_sse/repository/models/chat_task_model.py +31 -0
- solace_agent_mesh/gateway/http_sse/repository/models/feedback_model.py +21 -0
- solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt +266 -0
- solace_agent_mesh/gateway/http_sse/repository/models/session_model.py +3 -3
- solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py +25 -0
- solace_agent_mesh/gateway/http_sse/repository/models/task_model.py +32 -0
- solace_agent_mesh/gateway/http_sse/repository/repository_llm.txt +340 -0
- solace_agent_mesh/gateway/http_sse/repository/session_repository.py +4 -53
- solace_agent_mesh/gateway/http_sse/repository/task_repository.py +173 -0
- solace_agent_mesh/gateway/http_sse/routers/artifacts.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/config.py +26 -4
- solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt +346 -0
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py +3 -3
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/requests_llm.txt +83 -0
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py +2 -10
- solace_agent_mesh/gateway/http_sse/routers/dto/requests/task_requests.py +58 -0
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py +5 -3
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/responses_llm.txt +107 -0
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py +1 -15
- solace_agent_mesh/gateway/http_sse/routers/dto/responses/task_responses.py +30 -0
- solace_agent_mesh/gateway/http_sse/routers/feedback.py +37 -0
- solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt +255 -204
- solace_agent_mesh/gateway/http_sse/routers/sessions.py +220 -40
- solace_agent_mesh/gateway/http_sse/routers/tasks.py +168 -42
- solace_agent_mesh/gateway/http_sse/services/data_retention_service.py +272 -0
- solace_agent_mesh/gateway/http_sse/services/feedback_service.py +241 -0
- solace_agent_mesh/gateway/http_sse/services/people_service.py +0 -80
- solace_agent_mesh/gateway/http_sse/services/services_llm.txt +177 -13
- solace_agent_mesh/gateway/http_sse/services/session_service.py +151 -84
- solace_agent_mesh/gateway/http_sse/services/task_logger_service.py +317 -0
- solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py +25 -14
- solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt +285 -0
- solace_agent_mesh/gateway/http_sse/shared/types.py +7 -0
- solace_agent_mesh/gateway/http_sse/utils/__init__.py +1 -0
- solace_agent_mesh/gateway/http_sse/utils/stim_utils.py +32 -0
- solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt +47 -0
- solace_agent_mesh/solace_agent_mesh_llm.txt +1 -1
- solace_agent_mesh/solace_agent_mesh_llm_detail.txt +8599 -0
- {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/METADATA +1 -1
- {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/RECORD +172 -124
- solace_agent_mesh/agent/adk/invocation_monitor.py +0 -295
- solace_agent_mesh/assets/docs/assets/js/483cef9a.4736f2d8.js +0 -1
- solace_agent_mesh/assets/docs/lunr-index-1759936913198.json +0 -1
- solace_agent_mesh/assets/docs/search-doc-1759936913198.json +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-ChRwcV89.css +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-DnnE01OM.js +0 -339
- solace_agent_mesh/gateway/http_sse/repository/entities/message.py +0 -41
- solace_agent_mesh/gateway/http_sse/repository/message_repository.py +0 -84
- solace_agent_mesh/gateway/http_sse/repository/models/message_model.py +0 -45
- /solace_agent_mesh/assets/docs/assets/js/{main.f67fc9f4.js.LICENSE.txt → main.0c149855.js.LICENSE.txt} +0 -0
- {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/WHEEL +0 -0
- {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/entry_points.txt +0 -0
- {solace_agent_mesh-1.4.12.dist-info → solace_agent_mesh-1.5.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: solace-agent-mesh
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.0
|
|
4
4
|
Summary: Solace Agent Mesh is an open-source framework for building event-driven, multi-agent AI systems where specialized agents collaborate on complex tasks.
|
|
5
5
|
Project-URL: Homepage, https://github.com/SolaceLabs/solace-agent-mesh
|
|
6
6
|
Project-URL: Repository, https://github.com/SolaceLabs/solace-agent-mesh
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
solace_agent_mesh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
solace_agent_mesh/llm.txt,sha256=0HhcBA1hHCqzrBtX2HmLeJSqJ3MnQfpwfj5KfD1C3ws,10856
|
|
3
3
|
solace_agent_mesh/llm_detail.txt,sha256=bGC0uhenAL_DeFcfKBjGuONmP_8jhNaP0r2Zuipc1Vk,159304
|
|
4
|
-
solace_agent_mesh/solace_agent_mesh_llm.txt,sha256=
|
|
4
|
+
solace_agent_mesh/solace_agent_mesh_llm.txt,sha256=dHj8CbgUNLGlowT6gfOLgJd4_CpTYZ9lzVpMi3dVZ4c,14662
|
|
5
|
+
solace_agent_mesh/solace_agent_mesh_llm_detail.txt,sha256=49eiokJnUF1ja_4tceYmKpyL4xYzfuw6bh9r1ZD27N8,376073
|
|
5
6
|
solace_agent_mesh/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
solace_agent_mesh/agent/agent_llm.txt,sha256=
|
|
7
|
+
solace_agent_mesh/agent/agent_llm.txt,sha256=YrsHF9kLVeJxGXWwSTye_WG31WVmjcpldVPAlDQIou0,14768
|
|
8
|
+
solace_agent_mesh/agent/agent_llm_detail.txt,sha256=M9lXP7eB1tJUW2fwq0OC5YtEY0hFFYWw1I4Qmq_8H1Y,81860
|
|
7
9
|
solace_agent_mesh/agent/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
solace_agent_mesh/agent/adk/adk_llm.txt,sha256=
|
|
10
|
+
solace_agent_mesh/agent/adk/adk_llm.txt,sha256=MewQbGMQaX8_a6JuVgo1iqFBvqO6XoXnrRCNFKLh2Eg,15134
|
|
11
|
+
solace_agent_mesh/agent/adk/adk_llm_detail.txt,sha256=a11TTq0ABu5OVuuWuaNHHFTzQpxGqP564SJnv244E7c,28423
|
|
9
12
|
solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=WOJoUI23i5zPDqubNVVJhWUFvVdY4sRmsYzKmz-DomU,842
|
|
10
|
-
solace_agent_mesh/agent/adk/callbacks.py,sha256=
|
|
13
|
+
solace_agent_mesh/agent/adk/callbacks.py,sha256=GLlf-z3r0ZZgdepa5iT_4P9XEpsH8hsy1u2Igcc6A7c,73971
|
|
11
14
|
solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=KXr9zY8GBt8FzY8z9XKiV4KX_EiGBfcxGsnLV03ULQ8,11316
|
|
12
15
|
solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=4h2riXiw6DqFi3VVRZ92w_YuQQJ_Du6iUgx3PRuzrb8,15839
|
|
13
|
-
solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvgti-WgqyNE58LPUELUWnA,11671
|
|
14
16
|
solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=8s3ytZ8qrKZCUt_u8aE_EHH1_01yewPoekkllCuz9ME,23850
|
|
15
17
|
solace_agent_mesh/agent/adk/runner.py,sha256=Sw4gg0LBrsEjqAOGl0D3Zdars7SGrlgDtlZ5w4HK2q8,13430
|
|
16
18
|
solace_agent_mesh/agent/adk/services.py,sha256=50Uxai7soogVnj1gP1aDPQreazV01wjl7-dnIFBTkro,13884
|
|
@@ -18,23 +20,26 @@ solace_agent_mesh/agent/adk/setup.py,sha256=p7zga_JgSZ6_9TuGaain2ORdXPMHWvhuM3vS
|
|
|
18
20
|
solace_agent_mesh/agent/adk/stream_parser.py,sha256=3i5rFN7dDVgjLvK4GG0PKYmxgIdtqKABfM9oTCouSZ0,8278
|
|
19
21
|
solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=yzkXjE4QtdVtO5edB-c-R_qJgaex9rmCHIswW1ltfxY,6513
|
|
20
22
|
solace_agent_mesh/agent/adk/artifacts/__init__.py,sha256=vAB8eqGwgPo3nx6YkT93Y7puYRMcqIKMAchBizvdw7Y,62
|
|
21
|
-
solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt,sha256=
|
|
23
|
+
solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt,sha256=xUQN6RO77AcaPSN93I7adwNwE2vg7nUFX0PuqYKr1zA,6567
|
|
22
24
|
solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py,sha256=Z5uL1Mvy5ywVX47EXTy_xW2ZLtugAu6GlFWkeJ4leko,13983
|
|
23
25
|
solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py,sha256=5apgJsqZIJHM_i6UP8di6PiQyJhmlAQBcWpl3sTEVmY,15412
|
|
24
|
-
solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=
|
|
25
|
-
solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=
|
|
26
|
+
solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=l6uuoAl-DW_hjx10ftVM7QksCpaCncW-hEiwh6xffCA,30380
|
|
27
|
+
solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=RORjinNLVfjnZ0sq9Ax9MhUZAGvTVqDsAVBQkADfQ8s,6044
|
|
26
28
|
solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
|
-
solace_agent_mesh/agent/protocol/event_handlers.py,sha256=
|
|
28
|
-
solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=
|
|
29
|
+
solace_agent_mesh/agent/protocol/event_handlers.py,sha256=EAQsaDlVORdc15F1iQ_PRiwvbZDPW04JLj5sMMxiUoA,72548
|
|
30
|
+
solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=eyY5y4hv-MNkA5DHDs-1ccV67eN781g4kVfCJObJnCI,4615
|
|
31
|
+
solace_agent_mesh/agent/protocol/protocol_llm_detail.txt,sha256=yl3b6kBP5qh0XWM6ls10QST2T3ccLrcgIkld0o_Vl8A,5034
|
|
29
32
|
solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
33
|
solace_agent_mesh/agent/sac/app.py,sha256=f7-PxLDqXMQjmLPIHqY5QdrH6LZQ2nSIeER_n8Qolwc,18601
|
|
31
|
-
solace_agent_mesh/agent/sac/component.py,sha256=
|
|
34
|
+
solace_agent_mesh/agent/sac/component.py,sha256=efGE30FPclQ4cC-taAeatNX8Oxa6yYe-66rSVHhEH0w,133872
|
|
32
35
|
solace_agent_mesh/agent/sac/patch_adk.py,sha256=LQhPvwpEVeeDVUgZD-p8CTxft-jRv_OadMR-gR1uTXk,4266
|
|
33
|
-
solace_agent_mesh/agent/sac/sac_llm.txt,sha256=
|
|
34
|
-
solace_agent_mesh/agent/sac/
|
|
36
|
+
solace_agent_mesh/agent/sac/sac_llm.txt,sha256=PYiVgyD2RpKNsI2QW2Kn22ZlEvoXjzXLzOMw5FbwFVw,9675
|
|
37
|
+
solace_agent_mesh/agent/sac/sac_llm_detail.txt,sha256=9xjnleDfVCjirnT1MggdGZ93q2YhNkqhjjBYxXimUHk,10069
|
|
38
|
+
solace_agent_mesh/agent/sac/task_execution_context.py,sha256=CYLFKDh-PR0XcZ7CVPBw6R7cUxuW3nVz-oR_hO4itI0,10809
|
|
35
39
|
solace_agent_mesh/agent/testing/__init__.py,sha256=Jo_gILQRyefq52v4zYml91xf04lduzam-2fwgNwuAy4,64
|
|
36
40
|
solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcCDKC_-7KXViwp6fLqw,4972
|
|
37
41
|
solace_agent_mesh/agent/testing/testing_llm.txt,sha256=14tuiINvkLTel3zTM7MsRQrmGLWuuJ79ywTU7gjiwqg,2180
|
|
42
|
+
solace_agent_mesh/agent/testing/testing_llm_detail.txt,sha256=XBZUeyp87IrhqULoP9v42ALQybOiGJwj3ESFHn-DmWs,2594
|
|
38
43
|
solace_agent_mesh/agent/tools/__init__.py,sha256=3dURhTS7XdvQW1A5j-_eigcZNjhzog6C1O5SgYePn_8,500
|
|
39
44
|
solace_agent_mesh/agent/tools/audio_tools.py,sha256=LOjfD2tTsYanIbntpysX4gQZ1e8NHqmv_yQ7iHitvyQ,59717
|
|
40
45
|
solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=M4u9g4ZmQB7vrl-DiQE3EMzS3Y7q-WXHT_y_8dGU5aU,78200
|
|
@@ -47,21 +52,25 @@ solace_agent_mesh/agent/tools/registry.py,sha256=A4I1RbvQ0b-AFyH4d_vpdAjE3mtoWV_
|
|
|
47
52
|
solace_agent_mesh/agent/tools/test_tools.py,sha256=Bu5nueLX1YFxUFJC2jeG5y3z_s1B3KwqkRAo4TKl4YI,4217
|
|
48
53
|
solace_agent_mesh/agent/tools/tool_config_types.py,sha256=IeDB0XBJbulFYbOFeU5UUOZlcbt6A6MLby_M6Hzv3tc,1913
|
|
49
54
|
solace_agent_mesh/agent/tools/tool_definition.py,sha256=CXgcnAsXiSA6H3UrbvXfo0chTYLDzRWmDi5vzzCmOQA,2015
|
|
50
|
-
solace_agent_mesh/agent/tools/tools_llm.txt,sha256=
|
|
55
|
+
solace_agent_mesh/agent/tools/tools_llm.txt,sha256=E2uxfotNoL1nQoVbg14tASUNxmY-dUY-YcFV8H3pyOs,14011
|
|
56
|
+
solace_agent_mesh/agent/tools/tools_llm_detail.txt,sha256=AIpLVNLEK_G-S4wBQViGmYqQIT55QPEH2F9zzTfghBs,14415
|
|
51
57
|
solace_agent_mesh/agent/tools/web_tools.py,sha256=KDFF8ZKH-9ytCZo580IHSXvTuBZS1nMmzFUNn0-bqi0,15384
|
|
52
58
|
solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
59
|
solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=4DZSiQx_-ztyIg6dcVLJ72P4r4CJSWQANUIfSFQCMpQ,43461
|
|
54
60
|
solace_agent_mesh/agent/utils/config_parser.py,sha256=pElDc96YftH3rdBaMCmHDdzPkAEx_kGkU0FrcztKP9E,1665
|
|
55
61
|
solace_agent_mesh/agent/utils/context_helpers.py,sha256=jWKY5Kpy2KWTYMz4G5AOi8VIu3IbD1LdStpI7j5y-bU,2075
|
|
56
|
-
solace_agent_mesh/agent/utils/utils_llm.txt,sha256=
|
|
62
|
+
solace_agent_mesh/agent/utils/utils_llm.txt,sha256=_WjJhkogiZwO7cen1xQtHJJRrZXiU4yWPw84rVes9Vw,7442
|
|
63
|
+
solace_agent_mesh/agent/utils/utils_llm_detail.txt,sha256=CQk1YTXq2h4BVbfsjJwKkFEK1ZsWHHfaTVTeKHnrYGo,7846
|
|
57
64
|
solace_agent_mesh/common/__init__.py,sha256=gtpOFNjDuFmImR592AQckhQTaiA8HrsfTvAP1oCfxCY,63
|
|
58
65
|
solace_agent_mesh/common/agent_registry.py,sha256=7rbyyxhtnW8CB45nDjI6S_uEAUotV1iWfu5xqMbm9Dw,1264
|
|
59
|
-
solace_agent_mesh/common/common_llm.txt,sha256=
|
|
66
|
+
solace_agent_mesh/common/common_llm.txt,sha256=3iy8Z0YPT_JPEaH8VOd3p1S5_pmJE8hyR6wtWTeUOlg,14664
|
|
67
|
+
solace_agent_mesh/common/common_llm_detail.txt,sha256=iOmXuwHVdCMGTyBNG71Pq9MjEJiXAU54j-LyyUTic4Y,115252
|
|
60
68
|
solace_agent_mesh/common/constants.py,sha256=off1VBwx5mKC6jhYzgcVf7rG1XAByd0sCpZWl2-AjJ0,281
|
|
61
|
-
solace_agent_mesh/common/data_parts.py,sha256=
|
|
69
|
+
solace_agent_mesh/common/data_parts.py,sha256=LsHVhxiuuFZP2MbPn61qWV3TCoLi3YxL5xXe9cQcejE,3529
|
|
62
70
|
solace_agent_mesh/common/exceptions.py,sha256=or9OTXM587Ij5yXlF4fagwqXUcRPPDFNX852GPZk09Y,845
|
|
63
71
|
solace_agent_mesh/common/a2a/__init__.py,sha256=QpyLSDeoN_KhKY189ZPoU7145btU7cB-lLyOpjYsY98,6363
|
|
64
|
-
solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=
|
|
72
|
+
solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=viNKm3cHyVqM43PF43CerDVwy5_kvWSkmvEvV9DO0hk,13638
|
|
73
|
+
solace_agent_mesh/common/a2a/a2a_llm_detail.txt,sha256=v-YD6tFEwqmi0uWj_Ab8AEHpu70FlPXPhJSCktMRn90,14034
|
|
65
74
|
solace_agent_mesh/common/a2a/artifact.py,sha256=McPSqCT2ZQNJAdxzQ7elkTJR7rplPTNx1oay2La0fxI,10922
|
|
66
75
|
solace_agent_mesh/common/a2a/events.py,sha256=-rltDOLfD5dxI-4JpIi3nytEm8LrsszaoVmKk2Rm82s,4861
|
|
67
76
|
solace_agent_mesh/common/a2a/message.py,sha256=8SOPXhOBPPnbcndZppH79ktkupFayG7WyIEKbl0MtU0,8981
|
|
@@ -70,26 +79,32 @@ solace_agent_mesh/common/a2a/task.py,sha256=906ByBEw7mlZEabMmgUSkzlFEHUC3r1HYwSu
|
|
|
70
79
|
solace_agent_mesh/common/a2a/translation.py,sha256=mYrkzRwQnVngrPDwHdGbFRPckriR-7R_IClHnckHOxo,24735
|
|
71
80
|
solace_agent_mesh/common/a2a/types.py,sha256=N0azqlzGXwzmNQ9MLLR1b7lfmY_GrZ4JDHZQMe8sB0g,1717
|
|
72
81
|
solace_agent_mesh/common/a2a_spec/a2a.json,sha256=l9biQ1M2g2zR1B3_rPg6GpeQK2K4Ju8U7FcE24XJXxc,103940
|
|
73
|
-
solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt,sha256=
|
|
82
|
+
solace_agent_mesh/common/a2a_spec/a2a_spec_llm.txt,sha256=95bRHFWhkd0zVAqQSLXsP_zKtF-EvGcEWRZoOsmXxWE,12701
|
|
83
|
+
solace_agent_mesh/common/a2a_spec/a2a_spec_llm_detail.txt,sha256=NIoiCZpo3kt09ZLnLQw3VyrqCg2rYNLU7uvQ5eoJv9E,22688
|
|
74
84
|
solace_agent_mesh/common/a2a_spec/schemas/agent_progress_update.json,sha256=YCFDfiF5hQkzUxOGk1x1BBy3ZBdS5wbP9g0P1DAcMR0,609
|
|
75
85
|
solace_agent_mesh/common/a2a_spec/schemas/artifact_creation_progress.json,sha256=JiMwpZ8-NYyiPWF5zGAa3yoMkmE167UDjMT8UNCw04A,954
|
|
76
|
-
solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json,sha256=
|
|
77
|
-
solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt,sha256=
|
|
86
|
+
solace_agent_mesh/common/a2a_spec/schemas/llm_invocation.json,sha256=slwBsR2CElIdIyl5Kq53MO-DlPSHBg7fbAyeekkZTrM,1487
|
|
87
|
+
solace_agent_mesh/common/a2a_spec/schemas/schemas_llm.txt,sha256=sv8qcJxbqySb4HFY0eSFTbbzTABRyaJJJsq-qUPNpUU,9414
|
|
78
88
|
solace_agent_mesh/common/a2a_spec/schemas/tool_invocation_start.json,sha256=xRwcoJJTqpG8B1wKZwj3yIftx4oB44f7zknoXjuHA0I,867
|
|
79
|
-
solace_agent_mesh/common/a2a_spec/schemas/tool_result.json,sha256=
|
|
89
|
+
solace_agent_mesh/common/a2a_spec/schemas/tool_result.json,sha256=LnKFkPkK_KU-Lq0Y3jNtD7l5Ye_uGTK-BI9R-l1y2lY,1785
|
|
80
90
|
solace_agent_mesh/common/middleware/__init__.py,sha256=HjlEneTOAnApGEjUow8BFqdFloW0AEnV7Qwng5PaVj4,408
|
|
81
91
|
solace_agent_mesh/common/middleware/config_resolver.py,sha256=gu237CXDJcFAH1zae2on-GEP0UevxjulihZ73GAyfZw,4431
|
|
82
92
|
solace_agent_mesh/common/middleware/middleware_llm.txt,sha256=TSgh6Z5zXD7XoSrdD23ofJFzdhGp_7Siv2kYqTP93p0,9089
|
|
93
|
+
solace_agent_mesh/common/middleware/middleware_llm_detail.txt,sha256=dR7SgZzxtFXo50i0kMa2DeNhDDA9e3AWjqFpqAN-M6s,9520
|
|
83
94
|
solace_agent_mesh/common/middleware/registry.py,sha256=5eQQW_E61_kBs4W8JZA115wv_tEggJwqmhxkmqAefHI,3931
|
|
84
95
|
solace_agent_mesh/common/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
|
-
solace_agent_mesh/common/sac/sac_llm.txt,sha256=
|
|
96
|
+
solace_agent_mesh/common/sac/sac_llm.txt,sha256=bs6yeFrPPik3YDq84JWGckgJOGbEn_REQJyj-w2-SRg,2841
|
|
97
|
+
solace_agent_mesh/common/sac/sac_llm_detail.txt,sha256=t0Vq7YNu1AjPIT1XN-eAwKgPsJZGnuq-Myout4UJo3Q,3237
|
|
86
98
|
solace_agent_mesh/common/sac/sam_component_base.py,sha256=i6kLvKq4aE5mESJOdMsLuGqc-H1tzNJTUtcO49hRoGs,10583
|
|
87
99
|
solace_agent_mesh/common/sam_events/__init__.py,sha256=J83dwcSjizOxMp4er9kNXdpP-nwGe8I8hTRGyVRZeeQ,290
|
|
88
100
|
solace_agent_mesh/common/sam_events/event_service.py,sha256=9x4lrnl1-d3BnLduJC0m4qLzVDTJtK8wKh3t29Y-ioo,7599
|
|
101
|
+
solace_agent_mesh/common/sam_events/sam_events_llm.txt,sha256=gaVYM6crAKcSb9EJ7LPE9eDFn5XhVrUwERkbPzgXpH4,4708
|
|
102
|
+
solace_agent_mesh/common/sam_events/sam_events_llm_detail.txt,sha256=3pRNy-NjelKLiJts3uqLZGxjOVpF_9uJtsKYYx2d8Mw,5139
|
|
89
103
|
solace_agent_mesh/common/services/__init__.py,sha256=4m4Vnp-DgXSsj-JFcE5ONAwjyWNm8IuaIxF2a0hV0SA,114
|
|
90
104
|
solace_agent_mesh/common/services/employee_service.py,sha256=sIxj0Nt7JRL52P8MzGv3XfCXlBoGRSPOGkq9moMvA4s,6269
|
|
91
105
|
solace_agent_mesh/common/services/identity_service.py,sha256=ZHpxHUjBWVgxkz7P0zaEKQvGTkDvJbmGMVJW6ZQfKJc,4949
|
|
92
|
-
solace_agent_mesh/common/services/services_llm.txt,sha256=
|
|
106
|
+
solace_agent_mesh/common/services/services_llm.txt,sha256=72M1ujwD3xJw8vl1XQRwiZY_Qk_ctTvBNmYYE01Dtw4,15466
|
|
107
|
+
solace_agent_mesh/common/services/services_llm_detail.txt,sha256=KjseYfNfhG_Xx0LJWktnPH6f-HzUbGbtC9PW9JGgBfQ,19268
|
|
93
108
|
solace_agent_mesh/common/services/providers/__init__.py,sha256=UVRTEftrFu3XMFRmNLiXKAFRaDYoD-_As05cIOO0gqI,126
|
|
94
109
|
solace_agent_mesh/common/services/providers/local_file_identity_service.py,sha256=JPmgGtxQVFOxXZ4a0kiOAeuYsAfwS-F30DWSqI1xs7U,5026
|
|
95
110
|
solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=UjxyEPSURBOQ2qYKS5JZJ6xvkqCxbalLZ19Jdsw_kQU,3221
|
|
@@ -104,78 +119,107 @@ solace_agent_mesh/common/utils/mime_helpers.py,sha256=wbX5g4GNodyWdcmMeKc1VxZcHd
|
|
|
104
119
|
solace_agent_mesh/common/utils/push_notification_auth.py,sha256=Jp3W2cqNQK6Q27dLGo2bzCOQcwp23TkgkAcb5CckdAo,4622
|
|
105
120
|
solace_agent_mesh/common/utils/pydantic_utils.py,sha256=e64hdQorKwmltkmXx8_msBqi1c8mBTPA5qui0G3ebtM,2101
|
|
106
121
|
solace_agent_mesh/common/utils/type_utils.py,sha256=07yggtdpGjSwTleLevcJKWyZCZ2Kq5wnNoJMG9BMhio,1002
|
|
107
|
-
solace_agent_mesh/common/utils/utils_llm.txt,sha256=
|
|
122
|
+
solace_agent_mesh/common/utils/utils_llm.txt,sha256=5V4Qx8lJDPSGfnQxhI7_0JxYjTcgq8Q08l40WKKIrws,14482
|
|
123
|
+
solace_agent_mesh/common/utils/utils_llm_detail.txt,sha256=uz1M_G73y5ax1eJrHD2V10SkbzTsau4AE1_engfOXBk,28275
|
|
108
124
|
solace_agent_mesh/common/utils/embeds/__init__.py,sha256=UQsXrRiFmeKSy_gW_tIHGEI3Av8HprvHM7tzhqmOaiA,733
|
|
109
125
|
solace_agent_mesh/common/utils/embeds/constants.py,sha256=X5bc93SK2Mr9xVEzVfcIA-SkU_zyTfh8zBRq6Rm3gD0,1447
|
|
110
126
|
solace_agent_mesh/common/utils/embeds/converter.py,sha256=WY2XogyR3mCZPNwTFc45lfUG9bA9pTO2XJlt2ksPfSw,18586
|
|
111
|
-
solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=
|
|
127
|
+
solace_agent_mesh/common/utils/embeds/embeds_llm.txt,sha256=Tk0KZP975UJIDH9-d_UIK7szIFTw5QrmmH903thSsj4,13245
|
|
112
128
|
solace_agent_mesh/common/utils/embeds/evaluators.py,sha256=-EONVHnzq2aGDIPNnc598tYwLl3yhnfT9srDtcWtST8,14284
|
|
113
129
|
solace_agent_mesh/common/utils/embeds/modifiers.py,sha256=LE3ZPtjq2IfXXgotiTfCE9Bof-TVFjsETn9JV7b8Fck,27941
|
|
114
130
|
solace_agent_mesh/common/utils/embeds/resolver.py,sha256=iJj1lU3KZazxNpQHvRc1SyyCoRHg_y_2MDV_WHIZp-U,32311
|
|
115
131
|
solace_agent_mesh/common/utils/embeds/types.py,sha256=jgXPjvZDoJS2ji-bNjiAbfBQuz_OfLHn-frfyI6uQtc,303
|
|
116
132
|
solace_agent_mesh/core_a2a/__init__.py,sha256=DSxiK4RT2IwAk4UOja9aF-G44u0G62yWh_Mz0G9tuv0,59
|
|
117
133
|
solace_agent_mesh/core_a2a/core_a2a_llm.txt,sha256=KykfzI3465QktMkqgNbS7-nEJndE6KnafBVuGb_7Mmc,4085
|
|
134
|
+
solace_agent_mesh/core_a2a/core_a2a_llm_detail.txt,sha256=GiExul2a_dm1Xnlo2UdiYzuDlUUWmAWBy5pLFHq5boo,4492
|
|
118
135
|
solace_agent_mesh/core_a2a/service.py,sha256=iVSjhoKWTE3fOEE37SMtDPdDf4i6eh9_6vsjeRv1Y7A,11016
|
|
119
136
|
solace_agent_mesh/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
|
-
solace_agent_mesh/gateway/gateway_llm.txt,sha256=
|
|
137
|
+
solace_agent_mesh/gateway/gateway_llm.txt,sha256=xqO3zJtmHt1jpyugcAIPqzRMGtzPp_jwpp3xgGLN1ng,14340
|
|
138
|
+
solace_agent_mesh/gateway/gateway_llm_detail.txt,sha256=jHfCbg3yc9TzfquWHzTnet1CogPnuMS_MoOvhbNhnZI,160497
|
|
121
139
|
solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwtMxMVlhbaCisJY,72
|
|
122
|
-
solace_agent_mesh/gateway/base/app.py,sha256=
|
|
123
|
-
solace_agent_mesh/gateway/base/base_llm.txt,sha256=
|
|
140
|
+
solace_agent_mesh/gateway/base/app.py,sha256=LWIdT9by6Dg3sWCUgmfF36TwMJ04tyYfZHQu-is-5vo,11144
|
|
141
|
+
solace_agent_mesh/gateway/base/base_llm.txt,sha256=3yi2tsWV4G-9hREufHH1qw-yKAaCptE-g_7iCM0IEcA,11291
|
|
142
|
+
solace_agent_mesh/gateway/base/base_llm_detail.txt,sha256=Ze20nlTHpObSYWGxtz98jW9gzijdoz7IVI-N9wtPaGs,11694
|
|
124
143
|
solace_agent_mesh/gateway/base/component.py,sha256=gfSQbDiyikSu9_hLrdi7zInZHYR0j6jQe949GlKKLsE,55151
|
|
125
144
|
solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-xIpRZawIctWtdmi6QY,2446
|
|
126
145
|
solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
|
-
solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=
|
|
128
|
-
solace_agent_mesh/gateway/http_sse/app.py,sha256=
|
|
129
|
-
solace_agent_mesh/gateway/http_sse/component.py,sha256=
|
|
130
|
-
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=
|
|
131
|
-
solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=
|
|
132
|
-
solace_agent_mesh/gateway/http_sse/
|
|
146
|
+
solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=5pfm9eJ_HBeVNt8TGRbeAb20y7eHpOAvhwfed5hyzo0,4651
|
|
147
|
+
solace_agent_mesh/gateway/http_sse/app.py,sha256=HlioKYoxMPI5aWkvK7m0jorIcPhPnMAJEMgP7B1Zc2Y,12546
|
|
148
|
+
solace_agent_mesh/gateway/http_sse/component.py,sha256=yrJx_W8Jpu2mKbOZoRGpEFf-L_9z4yE3R1stZQOJtCI,88750
|
|
149
|
+
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=eX9maEdhi3AukgjrewHxISN4bX9WhWo8XjN9C_CfHj8,20907
|
|
150
|
+
solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=YFNRwJhXPbuqm_AlpyuPvGo4vOZPraxZROcjJOI1peA,14488
|
|
151
|
+
solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt,sha256=w52lYh7C9T6Z7vx6GTb3zBYkvCRHxfFtaN8Hb1LG_DQ,134621
|
|
152
|
+
solace_agent_mesh/gateway/http_sse/main.py,sha256=tgky5bBh8sDpNpItjXunJYPENBTEs4-fvhmvW83CQRc,27028
|
|
133
153
|
solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=4AReeS6-p-2MqE0AOlBrHSoU-ADC4W7dJ28aVtZbDp0,8538
|
|
134
154
|
solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=GsC-kh2D5Fd3A3SZUU0zeGk74FB8617u-YsYMSNLPCI,3210
|
|
135
155
|
solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=qCfh9aYwR-nX7Ps8DnumKTmh5bO-QwS4E7AlWjS113o,14638
|
|
136
|
-
solace_agent_mesh/gateway/http_sse/alembic/
|
|
156
|
+
solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt,sha256=dx2O9si5_zoPYk9wQL4Q7u6QbYsj9aGI-3NCBXP649Y,10022
|
|
157
|
+
solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=J3GMFKwY1-f5rJeNaoJRotBHEpRZWQMciLpNHJLki2k,2835
|
|
137
158
|
solace_agent_mesh/gateway/http_sse/alembic/script.py.mako,sha256=84_5EHZF90Ak58GV4R5YUwxvvzsaI6N9LxIHC8X7N1w,703
|
|
138
159
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20250910_d5b3f8f2e9a0_create_initial_database.py,sha256=1n-kACCNTIjF9VagyZDf2Z7CXLB7yUuN4CnHpG0hdqk,1926
|
|
139
160
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20250911_b1c2d3e4f5g6_add_database_indexes.py,sha256=HZbxw5PrpneWIwMFteu-LGsoef8GD1F43vLiFfvBTaw,2408
|
|
140
161
|
solace_agent_mesh/gateway/http_sse/alembic/versions/20250916_f6e7d8c9b0a1_convert_timestamps_to_epoch_and_align_columns.py,sha256=pU9e_X0X4ggjyg8rhSsuutTD0EKi-jrez8n16xWIy00,15682
|
|
162
|
+
solace_agent_mesh/gateway/http_sse/alembic/versions/20251006_98882922fa59_add_tasks_events_feedback_chat_tasks.py,sha256=uXMC_l-czaDwiAlZziqK8Lsa9-6mdDQrfaBN0UG5mOc,7619
|
|
163
|
+
solace_agent_mesh/gateway/http_sse/alembic/versions/versions_llm.txt,sha256=RA5KkbWXimw4EpwZb26axs3OmN9JcfWvpkRL5vA7Dog,6665
|
|
141
164
|
solace_agent_mesh/gateway/http_sse/components/__init__.py,sha256=zSidQziYjSrjX5XXXbyBAJ7pgKr0Efy6RXiJiufdq0Q,186
|
|
142
|
-
solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=
|
|
143
|
-
solace_agent_mesh/gateway/http_sse/components/
|
|
144
|
-
solace_agent_mesh/gateway/http_sse/
|
|
145
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
146
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
147
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
148
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
149
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
165
|
+
solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=tgLaAwSBivsYpkOL3Nd2dZcflhjM34a8W9IJFvvANIY,4981
|
|
166
|
+
solace_agent_mesh/gateway/http_sse/components/task_logger_forwarder.py,sha256=CJjgVTXcwJIbFEGREpXb75U07aT3ZpzRh2upq2qCcIk,3932
|
|
167
|
+
solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py,sha256=sP_aezc_S2WwCajsil_09EaUkgSO-d9-_x1qJo-vCsc,3947
|
|
168
|
+
solace_agent_mesh/gateway/http_sse/repository/__init__.py,sha256=hq8k-0dN_bOg9X70agz63zbxeVXvLWLrOnues_46voY,587
|
|
169
|
+
solace_agent_mesh/gateway/http_sse/repository/chat_task_repository.py,sha256=wLQR7CaefYqXiqKhiSIPNBIxqf5MU_fZCy7eg0wCzUc,3515
|
|
170
|
+
solace_agent_mesh/gateway/http_sse/repository/feedback_repository.py,sha256=mMwgte8L3EKNi-fO4k3XirCDZLl5LFJ4qFaPonspeHU,2629
|
|
171
|
+
solace_agent_mesh/gateway/http_sse/repository/interfaces.py,sha256=gDjrOQBvt5jWjJ_R32QiuyUC_IIA9LmyFB8b3zl1ojs,3489
|
|
172
|
+
solace_agent_mesh/gateway/http_sse/repository/repository_llm.txt,sha256=_iUQgNpEV1qoLMmpb3ARzciircZ0mubnt-j-CE3s2k4,14455
|
|
173
|
+
solace_agent_mesh/gateway/http_sse/repository/session_repository.py,sha256=xNK2eBxrRwyzZS_d2q7PbVRxBCTB6roiz1z3L-40kgk,3486
|
|
174
|
+
solace_agent_mesh/gateway/http_sse/repository/task_repository.py,sha256=mIh77WHUkJ028_7-AFj4bAbi37BdeF1EsWhKbn0mIZA,6133
|
|
175
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/__init__.py,sha256=otbUQnXV3lMHpW2DfsjAN9xrmk7oniktIKlq46uiPB0,268
|
|
176
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/chat_task.py,sha256=z_5bJKYvNhmD7QH3Gv7cIoTGvy941s5Vz_Z1UOahivI,2506
|
|
177
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/entities_llm.txt,sha256=04BV9BDJ3Cwj8R50qNAecrV4xbRN5mB_zMEKtyFC928,10018
|
|
178
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/feedback.py,sha256=C9YECqpcacjzr1rmIWSi5FF5sKvs7Y6YnscW88qEfl0,313
|
|
150
179
|
solace_agent_mesh/gateway/http_sse/repository/entities/session.py,sha256=CCLnj10NCP3wcG7WH0QRRYSSu2eR13idia7SDCzprUk,1314
|
|
151
|
-
solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py,sha256=
|
|
152
|
-
solace_agent_mesh/gateway/http_sse/repository/
|
|
180
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/session_history.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/task.py,sha256=s_FZa4bN_ErySm3w1OTBjYzm1VjLbvkgSpPSR5WQJGQ,529
|
|
182
|
+
solace_agent_mesh/gateway/http_sse/repository/entities/task_event.py,sha256=aGOrh9-H_Dph1fQJlKqEgldtqQKeXLRB0_se-_Yh5nM,349
|
|
183
|
+
solace_agent_mesh/gateway/http_sse/repository/models/__init__.py,sha256=LeyKFH67JfancmZ66kZR-gFYBBRqzM_X2ySbWnPOdvA,520
|
|
153
184
|
solace_agent_mesh/gateway/http_sse/repository/models/base.py,sha256=_LoXoFISq4X7eFK4Mnoa8yuUcQWfZnAhV1Nqa2tOw6c,130
|
|
154
|
-
solace_agent_mesh/gateway/http_sse/repository/models/
|
|
155
|
-
solace_agent_mesh/gateway/http_sse/repository/models/
|
|
185
|
+
solace_agent_mesh/gateway/http_sse/repository/models/chat_task_model.py,sha256=nWRKSfPvr2oq4q88wCNcZEVZHG6SIcjP5e3-Xa3rkbw,887
|
|
186
|
+
solace_agent_mesh/gateway/http_sse/repository/models/feedback_model.py,sha256=qzxwgzs6XP4HnICisauZS_XtiIy3zrMwjGiM9pjPyXM,590
|
|
187
|
+
solace_agent_mesh/gateway/http_sse/repository/models/models_llm.txt,sha256=QZN8N2li31FagJrstJcMbBd0UGOJQt8YUhrowO6Cto8,10441
|
|
188
|
+
solace_agent_mesh/gateway/http_sse/repository/models/session_model.py,sha256=pMvTVUOOn9jJKkw-8pjzlq_OAfwNNUEcjeK3NEGBE3Y,1257
|
|
189
|
+
solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py,sha256=CKO6FWWC0UEXkW2-jqwfzyXP44cBXg0TBOABCAhezNc,752
|
|
190
|
+
solace_agent_mesh/gateway/http_sse/repository/models/task_model.py,sha256=07mcBIyIEEsz599iCSgjDDsuWrIT-so3o3iXhtzS1Ho,972
|
|
156
191
|
solace_agent_mesh/gateway/http_sse/routers/__init__.py,sha256=WxRX__xU4YIYhvjN0DTY9XdNYAB9dP81pabwiB23YSo,133
|
|
157
192
|
solace_agent_mesh/gateway/http_sse/routers/agent_cards.py,sha256=zBckfOkUu9q9WC7fTOxXxSO6nMJpVPcjFbPrbU5W93M,1279
|
|
158
|
-
solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=
|
|
193
|
+
solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=llwrvr4pOLPEBMLj2h9vTw7qTAwuq1NVb1UoWnI3Ja8,40381
|
|
159
194
|
solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=LcgF45H7AGVPabFLdHcrEqSndadlpx6WbOdBY_l96X8,7201
|
|
160
|
-
solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=
|
|
195
|
+
solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=1sGD-0HjeRDnhwcJUSuaVJD7JV1RXShuV4YZ7mFSKoc,3243
|
|
196
|
+
solace_agent_mesh/gateway/http_sse/routers/feedback.py,sha256=ba98jDi02G4Lvlr_jzI3BDUVZ1wvm3INRU7v2psxS1o,1168
|
|
161
197
|
solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=D6DDmNQnrqRvFp9gED87sNpjRm6YRJTVVC2QC0ylrKs,1158
|
|
162
|
-
solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=
|
|
163
|
-
solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=
|
|
198
|
+
solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=2Wg3eDfU-UmFAvgRTNDyKRWlVXKa0rZSPwCuiP8JxRU,14738
|
|
199
|
+
solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=0q-OOF6cqC1p4lZPanfhECfyAGIOchAMmVAdufir82U,15551
|
|
164
200
|
solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=AUk2p3_KBJLPyAlZ13fHApfd05SQPSJJkwZNq4mJ4PY,5371
|
|
165
|
-
solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=
|
|
201
|
+
solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=udoVKwowRcxB5yhIBb_DXfYefFj7pie84ig2OdquIdw,16050
|
|
166
202
|
solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=jxVgDXchaDCj2igdZ3T4CyQvw3lOGpUmOAuJCWrdxsY,882
|
|
167
203
|
solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=tvLWL0HHyXmOdmrlEq2IPITvTG7OJIGLHvEGILMhD-0,44710
|
|
168
204
|
solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
|
|
169
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/
|
|
170
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/requests/
|
|
171
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/
|
|
205
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt,sha256=L3m8WRuZtCfnU9oIGE2I9lfajE169L6egGM7bAhcmQU,10966
|
|
206
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py,sha256=ySxcC6OjZGwZpU128_6NHqJgxdsCIK4nuDT1ViAXymY,258
|
|
207
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/requests/requests_llm.txt,sha256=H21Ke1IurerRey0BsasBRJKTmhCEaChknBP_CvSIE30,3010
|
|
208
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/requests/session_requests.py,sha256=jXxk602qgP0U_ZL-Pu2TaMSBHTD1KFkMbB6luCjMIYI,494
|
|
209
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/requests/task_requests.py,sha256=knBLJtM6RVyfFQ2k3D81_dfMiAZwgVAL8Xu3ENcRy2Y,2052
|
|
210
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/responses/__init__.py,sha256=D1UqNftNY9ynPt56vUQpXNiMRSzv1IlTuBqcLJS0eJY,336
|
|
172
211
|
solace_agent_mesh/gateway/http_sse/routers/dto/responses/base_responses.py,sha256=YOYmjfXsFMFTRkhke4gg5klCFJSgosr7M_93x1lf81E,1463
|
|
173
|
-
solace_agent_mesh/gateway/http_sse/routers/dto/responses/
|
|
212
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/responses/responses_llm.txt,sha256=tBoazLI0S3EORC6tP5lCYsY_wGvqlvFaAm2yIjQQlao,4449
|
|
213
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/responses/session_responses.py,sha256=eYlda3JoaMmj0kksPIps3TplRDVqzemW_rQLKyur-dw,840
|
|
214
|
+
solace_agent_mesh/gateway/http_sse/routers/dto/responses/task_responses.py,sha256=Ecwwshr1NM_fli6ys-NfVF_SNJLOqI-1NiQUN5cxUqM,937
|
|
174
215
|
solace_agent_mesh/gateway/http_sse/services/__init__.py,sha256=Fk2FIbrJdG1StPCoggbdT2C4Vl5d6qICT6R8yj4IZPQ,92
|
|
175
216
|
solace_agent_mesh/gateway/http_sse/services/agent_card_service.py,sha256=gBoXQgENmCeJRyA1BLYnoEvjrFUfwM4W_CVLkrl6r7o,2365
|
|
176
|
-
solace_agent_mesh/gateway/http_sse/services/
|
|
177
|
-
solace_agent_mesh/gateway/http_sse/services/
|
|
178
|
-
solace_agent_mesh/gateway/http_sse/services/
|
|
217
|
+
solace_agent_mesh/gateway/http_sse/services/data_retention_service.py,sha256=ocomkptAvgF12gbGlxhfmdeYYBifUtxtpHB33eHDya0,9244
|
|
218
|
+
solace_agent_mesh/gateway/http_sse/services/feedback_service.py,sha256=WVGd1miUAzCtwJT5x0yJPisAED8QeUktPrMbsnYb72M,9606
|
|
219
|
+
solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=g065QZDdhNyELcHQhOwg3d9v4pN1f2e-Hz2HdhSjF0w,2297
|
|
220
|
+
solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=OiBm4WQ47VFjMUA6HGDOApizd-H3zqfGs08yo1xhTeM,13173
|
|
221
|
+
solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=mOw6U30awnaaDWjydzBU4kzODuv-AnGvM8DK-4cln0s,12435
|
|
222
|
+
solace_agent_mesh/gateway/http_sse/services/task_logger_service.py,sha256=Vpr1wDiCoomFDcxWW4gpPiWE4Rm5j8JptgWkDb4Tw3c,13153
|
|
179
223
|
solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=KWtUi34rFCUYDu8w5qw2AXfoAkkNfDipje57FUdXKsY,4348
|
|
180
224
|
solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=QaFnYoCRmznXoB4fmpGXegKhhEpjj6_b3gmZl24E5JA,3520
|
|
181
225
|
solace_agent_mesh/gateway/http_sse/shared/auth_utils.py,sha256=F0kpTg5HYadRAEVNSNvnEFpdzkwVqbFMFVr27kywz_k,852
|
|
@@ -184,14 +228,18 @@ solace_agent_mesh/gateway/http_sse/shared/database_exceptions.py,sha256=J9-M5PAX
|
|
|
184
228
|
solace_agent_mesh/gateway/http_sse/shared/database_helpers.py,sha256=5YjJ_CfOEBvkvi2xFaWmR8D0NHpxVvibTy1RF_u37Lk,1522
|
|
185
229
|
solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
|
|
186
230
|
solace_agent_mesh/gateway/http_sse/shared/error_dto.py,sha256=U8jvCquD0usm3Smb8csTU0cnCSn3SWYQ7NJrRQLd5dw,3115
|
|
187
|
-
solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=
|
|
231
|
+
solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=D0OpoE5y99T5XBfhu-tATiqE7o4YizlUJ3SFRjLF5yI,8665
|
|
188
232
|
solace_agent_mesh/gateway/http_sse/shared/exceptions.py,sha256=T9mLhBgtKgwut--_uCVV9qeFOAAhHKhcAZPtsjmkG2M,6434
|
|
189
233
|
solace_agent_mesh/gateway/http_sse/shared/pagination.py,sha256=yPhMvuGOeun9m2wKRhl-m_NSkzW3aXlZ3Ra1TvBF-OQ,3751
|
|
190
234
|
solace_agent_mesh/gateway/http_sse/shared/response_utils.py,sha256=-_z86YA02965CTC3FNSz2QUAKWEuJgZd8UBnXLSpYCw,3556
|
|
235
|
+
solace_agent_mesh/gateway/http_sse/shared/shared_llm.txt,sha256=_zpcj98i0HDSBafBIgGIau3MT_VCvvej8ExkvqCJa3Y,12770
|
|
191
236
|
solace_agent_mesh/gateway/http_sse/shared/timestamp_utils.py,sha256=o3pJKPR6DA8sbOgflnmcotFp4H-I-Hij3lA-7F-yUAM,2380
|
|
192
|
-
solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=
|
|
237
|
+
solace_agent_mesh/gateway/http_sse/shared/types.py,sha256=ARNG8olHJ7IZWY8VzgE9wQT3D7DXV4OPGAWrMYKVejQ,1413
|
|
193
238
|
solace_agent_mesh/gateway/http_sse/shared/utils.py,sha256=SAfrRjBc_bwrEVFafGbswBShky2GlzLhp_c7C47QG-w,493
|
|
194
|
-
solace_agent_mesh/
|
|
239
|
+
solace_agent_mesh/gateway/http_sse/utils/__init__.py,sha256=b6hFVAAwJy1eo9AWqwDrJwBzx6OL3RY4cyB7BBq_4Us,42
|
|
240
|
+
solace_agent_mesh/gateway/http_sse/utils/stim_utils.py,sha256=trQip51p1ZizZToViHQQ00I19ZCMQVYUHQ6Fh66J2Vg,920
|
|
241
|
+
solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt,sha256=PVrU-x7BOl7aqu2gvHiibSJQhZ9LDCvnNRJ20a_3zrc,1875
|
|
242
|
+
solace_agent_mesh/cli/__init__.py,sha256=X9pTeGHIYZtDOmfb9pnn2DEqWZMAyaPlqdFwEhsuSvk,22
|
|
195
243
|
solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
|
|
196
244
|
solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
|
|
197
245
|
solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -259,11 +307,11 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
|
|
|
259
307
|
solace_agent_mesh/templates/shared_config.yaml,sha256=85EEcZDzomstQNBnOR2yjYpnTEXGGNs1VGduvHFk-HE,3310
|
|
260
308
|
solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
|
|
261
309
|
solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
|
|
262
|
-
solace_agent_mesh/assets/docs/404.html,sha256=
|
|
263
|
-
solace_agent_mesh/assets/docs/lunr-index-
|
|
264
|
-
solace_agent_mesh/assets/docs/lunr-index.json,sha256=
|
|
265
|
-
solace_agent_mesh/assets/docs/search-doc-
|
|
266
|
-
solace_agent_mesh/assets/docs/search-doc.json,sha256=
|
|
310
|
+
solace_agent_mesh/assets/docs/404.html,sha256=QruRkAiAm4-vMbmPqNPpvN5r3_qT3Ujns59_NaJt3Ig,11749
|
|
311
|
+
solace_agent_mesh/assets/docs/lunr-index-1760032255022.json,sha256=5ESLAR-F11mrxh0uzYkOCANpVE_H_oQX1dveavvVa10,1211589
|
|
312
|
+
solace_agent_mesh/assets/docs/lunr-index.json,sha256=5ESLAR-F11mrxh0uzYkOCANpVE_H_oQX1dveavvVa10,1211589
|
|
313
|
+
solace_agent_mesh/assets/docs/search-doc-1760032255022.json,sha256=n6u1hIVLQRRg5LrsBFk2EtWyMW8KttFgODQufdE-lOM,429013
|
|
314
|
+
solace_agent_mesh/assets/docs/search-doc.json,sha256=n6u1hIVLQRRg5LrsBFk2EtWyMW8KttFgODQufdE-lOM,429013
|
|
267
315
|
solace_agent_mesh/assets/docs/sitemap.xml,sha256=rQaMKdLMLb0GOc5KpWYBiiVN_4OZgH8iRuCL3K1uHpI,7190
|
|
268
316
|
solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
|
|
269
317
|
solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
@@ -302,7 +350,7 @@ solace_agent_mesh/assets/docs/assets/js/4458.518e66fa.js,sha256=oUPDT1LqnbeRts2C
|
|
|
302
350
|
solace_agent_mesh/assets/docs/assets/js/4488.c7cc3442.js,sha256=r1GHmJIWPPQ07T92TAs1H59eHcs-e87AFDqi_0VK48A,435
|
|
303
351
|
solace_agent_mesh/assets/docs/assets/js/4494.6ee23046.js,sha256=UrwgwbJNRAZiY6UtdzHrpggUpkNGlIh9vHiSXdv5DDI,61052
|
|
304
352
|
solace_agent_mesh/assets/docs/assets/js/453a82a6.3c6bb61d.js,sha256=tRgzoOgRy5p3WnhACn0v2V2D4Oimimu2LyWn_NGh41A,26979
|
|
305
|
-
solace_agent_mesh/assets/docs/assets/js/483cef9a.
|
|
353
|
+
solace_agent_mesh/assets/docs/assets/js/483cef9a.bf9398af.js,sha256=qprVBM0oVNjGCP1ZQRS7SdMlV47jbad2dpiIGKOCD0Y,17550
|
|
306
354
|
solace_agent_mesh/assets/docs/assets/js/4855.fc4444b6.js,sha256=Rbhzs2AM-6i8Wyppb8a2Ws8kpNE8Pr5QMgx0sxAozxs,11494
|
|
307
355
|
solace_agent_mesh/assets/docs/assets/js/4866.22daefc0.js,sha256=bQRnSAwf0FIrdrYQLeyXv6f4utbEoi4nSU-kKchB4sw,3876
|
|
308
356
|
solace_agent_mesh/assets/docs/assets/js/4950.ca4caeda.js,sha256=Kq5gqn-p3ozVcUY7fWZnY4_35_sNcFN8z4bNY6Cqt-s,146409
|
|
@@ -363,49 +411,49 @@ solace_agent_mesh/assets/docs/assets/js/d6a81ee7.829198f1.js,sha256=6adqCXcWhOhK
|
|
|
363
411
|
solace_agent_mesh/assets/docs/assets/js/f284c35a.ed8dd236.js,sha256=_zvWxe9mrWJrDNZHrkFtGWcd8dj6Q6_qQGCVJ8EZ0pM,22493
|
|
364
412
|
solace_agent_mesh/assets/docs/assets/js/f897a61a.126663fe.js,sha256=hY5NvBKRQIFTHG_WQJ_B0ek3PAGTcq_zBSS0M7Gi7bM,17031
|
|
365
413
|
solace_agent_mesh/assets/docs/assets/js/fbfa3e75.e144b16c.js,sha256=Li4QOuQnso5c1xJULcdtVFYVy3WeK5CRzYBVukX25s8,7312
|
|
366
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
367
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
368
|
-
solace_agent_mesh/assets/docs/assets/js/runtime~main.
|
|
369
|
-
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=
|
|
370
|
-
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html,sha256=
|
|
371
|
-
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=
|
|
372
|
-
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=
|
|
373
|
-
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256
|
|
374
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=
|
|
375
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=
|
|
376
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=
|
|
377
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=
|
|
378
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=
|
|
379
|
-
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=
|
|
380
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=
|
|
381
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=
|
|
382
|
-
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256
|
|
383
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=
|
|
384
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=
|
|
385
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html,sha256=
|
|
386
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=
|
|
387
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=
|
|
388
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=
|
|
389
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=
|
|
390
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=
|
|
391
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=
|
|
392
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=
|
|
393
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=
|
|
394
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=
|
|
395
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=
|
|
396
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=
|
|
397
|
-
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=
|
|
398
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=
|
|
399
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=
|
|
400
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=
|
|
401
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=
|
|
402
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=
|
|
403
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=
|
|
404
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=
|
|
405
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=
|
|
406
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=
|
|
407
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=
|
|
408
|
-
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=
|
|
414
|
+
solace_agent_mesh/assets/docs/assets/js/main.0c149855.js,sha256=HViFvkjS3CSKNt2PEoxX-ajtaqfW3s60cJAFPIE3w1Y,484007
|
|
415
|
+
solace_agent_mesh/assets/docs/assets/js/main.0c149855.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
|
|
416
|
+
solace_agent_mesh/assets/docs/assets/js/runtime~main.c66557e4.js,sha256=D7IwOXCmqsOoHcUKhr4f1b2mgp6pDyZc1PKsc0oVLz8,6334
|
|
417
|
+
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/installation/index.html,sha256=oNIZrEt404JQrtli3iZdED4VBJ7Nj9ICUGqi5GQnOo0,34111
|
|
418
|
+
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/rbac-setup-guilde/index.html,sha256=F2-_7BRf08I2-JbUhdqL1CacZScKE9hrOc4oHh97B9s,84678
|
|
419
|
+
solace_agent_mesh/assets/docs/docs/documentation/Enterprise/single-sign-on/index.html,sha256=_Osmd49JrEysZYcCvPd_VOPhegKtPejnz0D86JxqHGE,92241
|
|
420
|
+
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=WH0rRr65-jkEz47nm9OsvPiARor6NfwrrKDhjFTFWhI,85246
|
|
421
|
+
solace_agent_mesh/assets/docs/docs/documentation/Migrations/A2A Upgrade To 0.3.0/a2a-technical-migration-map/index.html,sha256=-Mi2oH1NHEq7txrNH7w8uzVGzYsFFBjPpvGKiTn33G8,88081
|
|
422
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=Bp98OWtwPUtoZ_XjZWb_KX-8D7Lj31VMW-r7Xa4EmvQ,40162
|
|
423
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=ighlYeoDwnrMo1RWo36JjpZ_2eV2skLVgsDQFuFvn0E,33032
|
|
424
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=GF8Y2iybegvf-qAtrUqQKsTatglhEG3w5vwII3SGgHM,52977
|
|
425
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=hMGZfip8zQTgJ-ZQ-poVxQw2-g4h9b2MdUX-jQ_wQq8,30473
|
|
426
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=zl4k3_10k5GtakmNciyfaMlwP4EKbonFGXGgtxm4_WY,24174
|
|
427
|
+
solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=r5Mhz_vfbRg23iiBdX2ztID300JhwB4QYBwJyka6iDA,40350
|
|
428
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=6fTTTrJAjO0d1syJapEbKoLGy30-FnARJ3yTnzlTC18,45951
|
|
429
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=kq46sMmPf-7U7JuC9EkpPSW-riVRRl_sWI8jK4tq_1k,42858
|
|
430
|
+
solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=-R6H7ClhjsJZr2ht1yYgZDc5DCQ5ehndxApPmhG5_cY,26410
|
|
431
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=rC_RIbeabnCpEbr0dyQlRfZjOjUU4mCURaz2uHW8s5o,22064
|
|
432
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/index.html,sha256=FCFcSUH5a1Q06_JChroVT0FadKWqJuSfRvWM2ixZZMc,58706
|
|
433
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/configurations/litellm_models/index.html,sha256=m-OR6bgA-DsVUQWKafmL6CGKHnAC1JbRWxBe1XnCteg,38567
|
|
434
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=6CKFtTdRyFRSO5gDcuxxM8vQmmT2OhB7dfn2RAH5Uxg,32918
|
|
435
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=etjk4uma9TVYtEAF4vw7vdrvtGsycVRX4gQ0KcC9nJY,30819
|
|
436
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=SK_5ZeJfrt4U4KeMcxJMOD3AZHhQF24No5ZpwEsCr5U,42985
|
|
437
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=WCatQHkFZB7H423hbwmPoYXLG1DFLAYXMZKTz_KjmDk,76107
|
|
438
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=Kd2LYQnmpyt1S8Kl9gUnasfmuNqKPa6cHxCEDT1zq2M,383716
|
|
439
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=4ui62YAlQ3wTCnnTAWiNcTabcVGldZqx35if0TbBI6Q,69565
|
|
440
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=2ZiIq-3jtf2jHNR5imoWx7PbtWDhrTF6_j3d9J5Qf8Q,68546
|
|
441
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=ZXKRA1okrt93o2dU7f-hcf9UiTMgfkg017CZ4wieSxg,87987
|
|
442
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=ZlKTLl0iA60mrY3byfzBEU_xg_O4mW622LU5528ZMQI,80797
|
|
443
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=wnBqSOA-nWiXrVtd0po7R_-LyMWcphmJ0MLfpdSr38g,47078
|
|
444
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=SWeyi36ZXPWih6xz1LEVyiHagaU6u-pm6Q1ZA5FEXWg,50307
|
|
445
|
+
solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=VnGlNgYgQJm3ryVedkuCX10XqpYPhXoYjeO9JL_ZSRM,69692
|
|
446
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=8pDg-8aWX5COeuXVI0s_TOlq0k6i1JI6_NMC9ucVaSE,45167
|
|
447
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=qTw0yllKAEr9Pbz4e8Z0h9ChIn7oHlhUJiFbT0XjewA,35137
|
|
448
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=JCK4EsXNlJ4QiilwMXaw4robTx_0TqneN1I83mWU6LY,58574
|
|
449
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=L6RJiw7i6vgYMekuJKKaLz1IaPyFyRIWXyZhr1A2aOM,38123
|
|
450
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=HcvWSZ3NRTjePVmYKptZFWm2hQQ7wMggFcbTmN1rnZY,51021
|
|
451
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=t4wpB_wrHsUGMbVn3ep6RdGaY5xt9c9bYNXFhXr-tOY,163873
|
|
452
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=c1jz5AnQ835q6utlJO38DZbnvkJMqiggzRQ7YiaMaF8,403272
|
|
453
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-python-tools/index.html,sha256=TtKXuCNdYc0PlrxxPfjfXiMbuJzjX259XKcFNL8YnN4,175979
|
|
454
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=W0pNAU1mGFZfIbWZssmXHdxkV-twbaXEo2ratVPFxIA,60059
|
|
455
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=e5fM2SuO9rMPD5AG8kncI_2ztoqVluQ4Ng6u5ZgXBhg,26174
|
|
456
|
+
solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=fjL5mNXCEck4v-BkDs5vp-DBqZWxxcIwtjXxu7G_4hs,30179
|
|
409
457
|
solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
410
458
|
solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
|
|
411
459
|
solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
@@ -433,16 +481,16 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,
|
|
|
433
481
|
solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-44d62be6.js,sha256=GzdcIFPHxV0yEt_dTo_EmGs8KPVuV1sQpkgUauoCTi0,781
|
|
434
482
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
|
|
435
483
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
|
|
436
|
-
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256
|
|
437
|
-
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=
|
|
438
|
-
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-
|
|
439
|
-
solace_agent_mesh/client/webui/frontend/static/assets/client-
|
|
484
|
+
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=-aZLMhIXzZ9ntS1P-qkHScMcUiXF0C7dJewjn9n8KvM,604
|
|
485
|
+
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=5Ik9VmNru1koMxttD3a5Sdp4NWxliYGBSic0lSt7zOY,671
|
|
486
|
+
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-DwrxZE0E.js,sha256=Uluoxav08Ybw5ZUkzC6fgZgHrhmxNsZgtTcZrYs5UPk,528
|
|
487
|
+
solace_agent_mesh/client/webui/frontend/static/assets/client-DarGQzyw.js,sha256=fo-QyGDawsEcaXXZds6HYI027DlZyooPZbFHrI_bxrw,174527
|
|
440
488
|
solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
441
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
442
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
443
|
-
solace_agent_mesh/client/webui/frontend/static/assets/vendor-
|
|
444
|
-
solace_agent_mesh-1.
|
|
445
|
-
solace_agent_mesh-1.
|
|
446
|
-
solace_agent_mesh-1.
|
|
447
|
-
solace_agent_mesh-1.
|
|
448
|
-
solace_agent_mesh-1.
|
|
489
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-CZbpmwfA.css,sha256=Thw8IaXfcEYF-6dfqekWaQZCEekKSkRPES9SX8vW-VU,120001
|
|
490
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-C__uuUkB.js,sha256=toyR8mFszqm3HzurGLRdHzIASugEVzwhblUBVys4RCo,431938
|
|
491
|
+
solace_agent_mesh/client/webui/frontend/static/assets/vendor-BKIeiHj_.js,sha256=sjPYJY8U8MBDzGnUG-4gSHz-9At3G5NdjJz1VTkuyaE,341779
|
|
492
|
+
solace_agent_mesh-1.5.0.dist-info/METADATA,sha256=E938DgBnXgW0xhUsVid_ID-PbJ1_b0dbrIr0BAj5teE,24925
|
|
493
|
+
solace_agent_mesh-1.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
494
|
+
solace_agent_mesh-1.5.0.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
|
|
495
|
+
solace_agent_mesh-1.5.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
496
|
+
solace_agent_mesh-1.5.0.dist-info/RECORD,,
|