solace-agent-mesh 1.6.1__py3-none-any.whl → 1.6.2__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/app_llm_agent.py +26 -0
- solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py +1 -1
- solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py +135 -31
- solace_agent_mesh/agent/adk/models/lite_llm.py +5 -0
- solace_agent_mesh/agent/adk/runner.py +10 -12
- solace_agent_mesh/agent/adk/services.py +50 -14
- solace_agent_mesh/agent/adk/setup.py +66 -38
- solace_agent_mesh/agent/protocol/event_handlers.py +243 -122
- solace_agent_mesh/agent/proxies/a2a/app.py +3 -2
- solace_agent_mesh/agent/proxies/base/app.py +3 -2
- solace_agent_mesh/agent/sac/app.py +43 -2
- solace_agent_mesh/agent/sac/component.py +200 -72
- solace_agent_mesh/agent/sac/task_execution_context.py +35 -4
- solace_agent_mesh/agent/tools/tool_config_types.py +3 -0
- solace_agent_mesh/agent/utils/artifact_helpers.py +1 -1
- solace_agent_mesh/assets/docs/404.html +3 -3
- solace_agent_mesh/assets/docs/assets/js/240a0364.c39f8388.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/631738c7.7c4594c9.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/66d4869e.830d443f.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/71da7b71.ddbdfbe2.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/e92d0134.4f395c6b.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/f284c35a.720d2ef2.js +1 -0
- solace_agent_mesh/assets/docs/assets/js/main.d1643f0b.js +2 -0
- solace_agent_mesh/assets/docs/assets/js/runtime~main.97f920d4.js +1 -0
- solace_agent_mesh/assets/docs/docs/documentation/components/agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/cli/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/orchestrator/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/plugins/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/components/proxies/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/deploying/debugging/index.html +4 -25
- solace_agent_mesh/assets/docs/docs/documentation/deploying/deployment-options/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/deploying/index.html +4 -4
- solace_agent_mesh/assets/docs/docs/documentation/deploying/logging/index.html +76 -0
- solace_agent_mesh/assets/docs/docs/documentation/deploying/observability/index.html +5 -4
- solace_agent_mesh/assets/docs/docs/documentation/developing/create-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/create-gateways/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/creating-python-tools/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/creating-service-providers/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/evaluations/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/structure/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/bedrock-agents/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/custom-agent/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/event-mesh-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mcp-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mongodb-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rag-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rest-gateway/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/slack-integration/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/sql-database/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/installation/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/rbac-setup-guide/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/single-sign-on/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/architecture/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/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/try-agent-mesh/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/configurations/index.html +3 -6
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/installation/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/large_language_models/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/run-project/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0/index.html +3 -3
- solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map/index.html +3 -3
- solace_agent_mesh/assets/docs/lunr-index-1761663789856.json +1 -0
- solace_agent_mesh/assets/docs/lunr-index.json +1 -1
- solace_agent_mesh/assets/docs/search-doc-1761663789856.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/client/webui/frontend/static/assets/{authCallback-BTf6dqwp.js → authCallback-D4_RMYRh.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/{client-CaY59VuC.js → client-UZ3qU6Bq.js} +1 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main--3yJYl7S.css +1 -0
- solace_agent_mesh/client/webui/frontend/static/assets/main-DojKHS49.js +342 -0
- solace_agent_mesh/client/webui/frontend/static/assets/{vendor-BEmvJSYz.js → vendor-DSqhjwq_.js} +1 -1
- 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/events.py +2 -1
- solace_agent_mesh/common/sac/sam_component_base.py +24 -18
- solace_agent_mesh/common/utils/pydantic_utils.py +90 -3
- solace_agent_mesh/gateway/base/component.py +12 -8
- solace_agent_mesh/gateway/http_sse/app.py +7 -0
- solace_agent_mesh/gateway/http_sse/component.py +17 -9
- solace_agent_mesh/gateway/http_sse/dependencies.py +83 -59
- solace_agent_mesh/gateway/http_sse/main.py +3 -2
- solace_agent_mesh/gateway/http_sse/routers/agent_cards.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/auth.py +103 -6
- solace_agent_mesh/gateway/http_sse/routers/config.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/sessions.py +1 -1
- solace_agent_mesh/gateway/http_sse/routers/sse.py +15 -5
- solace_agent_mesh/gateway/http_sse/routers/tasks.py +3 -3
- solace_agent_mesh/gateway/http_sse/routers/visualization.py +90 -8
- solace_agent_mesh/gateway/http_sse/services/session_service.py +1 -1
- solace_agent_mesh/gateway/http_sse/session_manager.py +15 -15
- solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py +16 -1
- solace_agent_mesh/gateway/http_sse/sse_manager.py +15 -6
- solace_agent_mesh/templates/logging_config_template.ini +2 -2
- {solace_agent_mesh-1.6.1.dist-info → solace_agent_mesh-1.6.2.dist-info}/METADATA +2 -2
- {solace_agent_mesh-1.6.1.dist-info → solace_agent_mesh-1.6.2.dist-info}/RECORD +111 -109
- solace_agent_mesh/assets/docs/assets/js/240a0364.7eac6021.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/631738c7.a8b1ef8b.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/71da7b71.38583438.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/e92d0134.cf6d6522.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/f284c35a.42f59cdd.js +0 -1
- solace_agent_mesh/assets/docs/assets/js/main.b12eac43.js +0 -2
- solace_agent_mesh/assets/docs/assets/js/runtime~main.e268214e.js +0 -1
- solace_agent_mesh/assets/docs/lunr-index-1761248203150.json +0 -1
- solace_agent_mesh/assets/docs/search-doc-1761248203150.json +0 -1
- solace_agent_mesh/client/webui/frontend/static/assets/main-B32noGmR.js +0 -342
- solace_agent_mesh/client/webui/frontend/static/assets/main-DHJKSW1S.css +0 -1
- /solace_agent_mesh/assets/docs/assets/js/{main.b12eac43.js.LICENSE.txt → main.d1643f0b.js.LICENSE.txt} +0 -0
- {solace_agent_mesh-1.6.1.dist-info → solace_agent_mesh-1.6.2.dist-info}/WHEEL +0 -0
- {solace_agent_mesh-1.6.1.dist-info → solace_agent_mesh-1.6.2.dist-info}/entry_points.txt +0 -0
- {solace_agent_mesh-1.6.1.dist-info → solace_agent_mesh-1.6.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -9,45 +9,45 @@ solace_agent_mesh/agent/agent_llm_detail.txt,sha256=M9lXP7eB1tJUW2fwq0OC5YtEY0hF
|
|
|
9
9
|
solace_agent_mesh/agent/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
solace_agent_mesh/agent/adk/adk_llm.txt,sha256=MewQbGMQaX8_a6JuVgo1iqFBvqO6XoXnrRCNFKLh2Eg,15134
|
|
11
11
|
solace_agent_mesh/agent/adk/adk_llm_detail.txt,sha256=a11TTq0ABu5OVuuWuaNHHFTzQpxGqP564SJnv244E7c,28423
|
|
12
|
-
solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=
|
|
12
|
+
solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=6HVYA4kx5_Q0C0T0RmLzTBdM8Mt-GpdpnWp5LYf7H6Y,1914
|
|
13
13
|
solace_agent_mesh/agent/adk/callbacks.py,sha256=veaakEaAZeQXjfRq5mt1UVxgm4Z27rCkqXpmnco-xmM,73743
|
|
14
|
-
solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=
|
|
14
|
+
solace_agent_mesh/agent/adk/embed_resolving_mcp_toolset.py,sha256=RI5u0Xxl0p3MhAZhDu8x4UeSZXobVVHcNpgjbJPDO_U,15459
|
|
15
15
|
solace_agent_mesh/agent/adk/intelligent_mcp_callbacks.py,sha256=D65qzp7XGKFd8yiBgB8lPffQGKNFSqUH7HUYMh-fHH4,15841
|
|
16
16
|
solace_agent_mesh/agent/adk/mcp_content_processor.py,sha256=aa29b0pw9S_tgYmWGmrJk_pTxKCX68DYE7EWLeLFlYU,23852
|
|
17
|
-
solace_agent_mesh/agent/adk/runner.py,sha256=
|
|
18
|
-
solace_agent_mesh/agent/adk/services.py,sha256=
|
|
19
|
-
solace_agent_mesh/agent/adk/setup.py,sha256=
|
|
17
|
+
solace_agent_mesh/agent/adk/runner.py,sha256=ImB0UigmK_pwfMtTqSm5SbaV97UTmUd38cbabddQwBw,13340
|
|
18
|
+
solace_agent_mesh/agent/adk/services.py,sha256=Pcaj5OA-EGH9M40NFXu1I8bOvbaT3slmZzcOtSFy5Bw,15114
|
|
19
|
+
solace_agent_mesh/agent/adk/setup.py,sha256=0dJBV0-k2QdUqZt9VnSvrep7Mz35RAtcOt4BEgq1rvc,43877
|
|
20
20
|
solace_agent_mesh/agent/adk/stream_parser.py,sha256=3i5rFN7dDVgjLvK4GG0PKYmxgIdtqKABfM9oTCouSZ0,8278
|
|
21
21
|
solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=aROoEotyKqFwwwMhbjofU9fpwCqtYm6nlCyCr75nYmQ,6514
|
|
22
22
|
solace_agent_mesh/agent/adk/artifacts/__init__.py,sha256=vAB8eqGwgPo3nx6YkT93Y7puYRMcqIKMAchBizvdw7Y,62
|
|
23
23
|
solace_agent_mesh/agent/adk/artifacts/artifacts_llm.txt,sha256=xUQN6RO77AcaPSN93I7adwNwE2vg7nUFX0PuqYKr1zA,6567
|
|
24
|
-
solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py,sha256=
|
|
24
|
+
solace_agent_mesh/agent/adk/artifacts/filesystem_artifact_service.py,sha256=1IodJtiGj1skivYJN78rFL8K36cH_bh1fa7ggotcg_I,13983
|
|
25
25
|
solace_agent_mesh/agent/adk/artifacts/s3_artifact_service.py,sha256=5apgJsqZIJHM_i6UP8di6PiQyJhmlAQBcWpl3sTEVmY,15412
|
|
26
|
-
solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=
|
|
26
|
+
solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=BFtsKFNAoN2B6uArLst9j1pDsey-nx6PW4YTae8Kahk,36253
|
|
27
27
|
solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=RORjinNLVfjnZ0sq9Ax9MhUZAGvTVqDsAVBQkADfQ8s,6044
|
|
28
28
|
solace_agent_mesh/agent/adk/models/oauth2_token_manager.py,sha256=gWtPPQ2yHYH2DUOEbVGT8gxkSzpDnONL0cf3pVV0ov4,9184
|
|
29
29
|
solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
solace_agent_mesh/agent/protocol/event_handlers.py,sha256=
|
|
30
|
+
solace_agent_mesh/agent/protocol/event_handlers.py,sha256=EvF3OlggxDH9sZ_AbU8DyPo8x19I5TO6iu8H0d-rEUU,84220
|
|
31
31
|
solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=eyY5y4hv-MNkA5DHDs-1ccV67eN781g4kVfCJObJnCI,4615
|
|
32
32
|
solace_agent_mesh/agent/protocol/protocol_llm_detail.txt,sha256=yl3b6kBP5qh0XWM6ls10QST2T3ccLrcgIkld0o_Vl8A,5034
|
|
33
33
|
solace_agent_mesh/agent/proxies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
solace_agent_mesh/agent/proxies/a2a/__init__.py,sha256=8R6rCFxoaCRrQXSbAUmlz8UPAhFHGf-xiAZ3CKEUiEY,103
|
|
35
|
-
solace_agent_mesh/agent/proxies/a2a/app.py,sha256=
|
|
35
|
+
solace_agent_mesh/agent/proxies/a2a/app.py,sha256=w8Y5hNcc_QdTNdpDZwI9qBNIlt_Iyh1ufovfdzaPaa8,1825
|
|
36
36
|
solace_agent_mesh/agent/proxies/a2a/component.py,sha256=uCpJ_4uakYpqReKaPWnfoUrYjhyal0Bbu2rK6PJd1_M,45409
|
|
37
37
|
solace_agent_mesh/agent/proxies/a2a/config.py,sha256=ab5MuTfi8RSTVTfm0grpZm6fiWFC_jJWA--_nb0ysqI,5037
|
|
38
38
|
solace_agent_mesh/agent/proxies/a2a/oauth_token_cache.py,sha256=meaYBsSsGpTttH-8NzcFcmqbLGI0D35kotkGYpWazI4,3248
|
|
39
39
|
solace_agent_mesh/agent/proxies/base/__init__.py,sha256=bMxoVtQiCPCT83LYMStubCIcvqzjV7u83Dq2u08fjiM,96
|
|
40
|
-
solace_agent_mesh/agent/proxies/base/app.py,sha256=
|
|
40
|
+
solace_agent_mesh/agent/proxies/base/app.py,sha256=08HuWvfkXT-qPNw_JgFZvUQGQxMb937R0LMK-dMweg8,3728
|
|
41
41
|
solace_agent_mesh/agent/proxies/base/component.py,sha256=_0sQbIR6RhJ6GyPs_PoaO978WEdEz6eLDj19t0jdWaI,26577
|
|
42
42
|
solace_agent_mesh/agent/proxies/base/config.py,sha256=9YuKSAmhw_oB8zqfqpWu5ww3Fmj5G6gkT8VIJSqx4kE,2966
|
|
43
43
|
solace_agent_mesh/agent/proxies/base/proxy_task_context.py,sha256=fJ-Ij8nXl5h6PI3agzVjzMdGp0FWheP8TmMLko_jssQ,429
|
|
44
44
|
solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
|
-
solace_agent_mesh/agent/sac/app.py,sha256=
|
|
46
|
-
solace_agent_mesh/agent/sac/component.py,sha256=
|
|
45
|
+
solace_agent_mesh/agent/sac/app.py,sha256=huzLmiMUa-ZxZdFrsLyahPeE2V_5zYEUZpZYzG1Yz9c,22158
|
|
46
|
+
solace_agent_mesh/agent/sac/component.py,sha256=Tz3cv1jU3r3T0sg6n6rKVJq0ggyb_3N8FJAdGnXQAQY,145859
|
|
47
47
|
solace_agent_mesh/agent/sac/patch_adk.py,sha256=LQhPvwpEVeeDVUgZD-p8CTxft-jRv_OadMR-gR1uTXk,4266
|
|
48
48
|
solace_agent_mesh/agent/sac/sac_llm.txt,sha256=PYiVgyD2RpKNsI2QW2Kn22ZlEvoXjzXLzOMw5FbwFVw,9675
|
|
49
49
|
solace_agent_mesh/agent/sac/sac_llm_detail.txt,sha256=9xjnleDfVCjirnT1MggdGZ93q2YhNkqhjjBYxXimUHk,10069
|
|
50
|
-
solace_agent_mesh/agent/sac/task_execution_context.py,sha256=
|
|
50
|
+
solace_agent_mesh/agent/sac/task_execution_context.py,sha256=CLAKaQkWyEZz48iHlsrIOtsP3yKcPXuhNJT2sb3lAPg,13730
|
|
51
51
|
solace_agent_mesh/agent/testing/__init__.py,sha256=Jo_gILQRyefq52v4zYml91xf04lduzam-2fwgNwuAy4,64
|
|
52
52
|
solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcCDKC_-7KXViwp6fLqw,4972
|
|
53
53
|
solace_agent_mesh/agent/testing/testing_llm.txt,sha256=14tuiINvkLTel3zTM7MsRQrmGLWuuJ79ywTU7gjiwqg,2180
|
|
@@ -62,13 +62,13 @@ solace_agent_mesh/agent/tools/image_tools.py,sha256=re7H1P5Jg07436MG8tFSCwgOthtc
|
|
|
62
62
|
solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=ly_IeRsXaMVjBZio7f4gbIq8UZEhjvhRTKLuo2pfO7g,12310
|
|
63
63
|
solace_agent_mesh/agent/tools/registry.py,sha256=sbvvE_atjnfNiQVtHCZv1Kg-oFeaXTL_A4VILp9Fn_c,1211
|
|
64
64
|
solace_agent_mesh/agent/tools/test_tools.py,sha256=LLbbTK4d8hIoTAzuBAI1QYL2s-S-lP5i5rt7RMAhud0,4219
|
|
65
|
-
solace_agent_mesh/agent/tools/tool_config_types.py,sha256=
|
|
65
|
+
solace_agent_mesh/agent/tools/tool_config_types.py,sha256=cq9_jKQ0YLAWEp7LqLrFDVX2JcRbzCKAI1SGdrYXyP0,2002
|
|
66
66
|
solace_agent_mesh/agent/tools/tool_definition.py,sha256=CXgcnAsXiSA6H3UrbvXfo0chTYLDzRWmDi5vzzCmOQA,2015
|
|
67
67
|
solace_agent_mesh/agent/tools/tools_llm.txt,sha256=E2uxfotNoL1nQoVbg14tASUNxmY-dUY-YcFV8H3pyOs,14011
|
|
68
68
|
solace_agent_mesh/agent/tools/tools_llm_detail.txt,sha256=AIpLVNLEK_G-S4wBQViGmYqQIT55QPEH2F9zzTfghBs,14415
|
|
69
69
|
solace_agent_mesh/agent/tools/web_tools.py,sha256=5m8WSeia8HzuGUL3pKoZsNZNspG6XbXU6k-QoMbY3pE,15650
|
|
70
70
|
solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
|
-
solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=
|
|
71
|
+
solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=IgGcFjnM5o4PgSK2PvVegyeOyY5_NvK8Ui84ySDYrkM,48446
|
|
72
72
|
solace_agent_mesh/agent/utils/config_parser.py,sha256=hCCeVuzBHo6MlYKIEZ40YCdM6VS8CRZ0pDnsOlH1nFA,1668
|
|
73
73
|
solace_agent_mesh/agent/utils/context_helpers.py,sha256=jWKY5Kpy2KWTYMz4G5AOi8VIu3IbD1LdStpI7j5y-bU,2075
|
|
74
74
|
solace_agent_mesh/agent/utils/utils_llm.txt,sha256=_WjJhkogiZwO7cen1xQtHJJRrZXiU4yWPw84rVes9Vw,7442
|
|
@@ -84,7 +84,7 @@ solace_agent_mesh/common/a2a/__init__.py,sha256=1UFd2UlEPsuxnZQ0L5-9SGakAIDRprsU
|
|
|
84
84
|
solace_agent_mesh/common/a2a/a2a_llm.txt,sha256=viNKm3cHyVqM43PF43CerDVwy5_kvWSkmvEvV9DO0hk,13638
|
|
85
85
|
solace_agent_mesh/common/a2a/a2a_llm_detail.txt,sha256=v-YD6tFEwqmi0uWj_Ab8AEHpu70FlPXPhJSCktMRn90,14034
|
|
86
86
|
solace_agent_mesh/common/a2a/artifact.py,sha256=E4JnCwcII840stMEAjLFQgNzl1H4bQvWw8wSCYB3p1Q,11864
|
|
87
|
-
solace_agent_mesh/common/a2a/events.py,sha256=
|
|
87
|
+
solace_agent_mesh/common/a2a/events.py,sha256=qvo-6yVahyQyp0q23J_adZ5UQZGpbvGIsbI0cQ99rwo,5525
|
|
88
88
|
solace_agent_mesh/common/a2a/message.py,sha256=zurYLxhAJc49ZHggird4nYHc-4VvGHiK8PMueqVvigA,10465
|
|
89
89
|
solace_agent_mesh/common/a2a/protocol.py,sha256=1uBsem17kcmitGhFllT93Qj_OInuYn-FMm6y0UYkuwk,22230
|
|
90
90
|
solace_agent_mesh/common/a2a/task.py,sha256=906ByBEw7mlZEabMmgUSkzlFEHUC3r1HYwSuP2OdLog,3153
|
|
@@ -107,7 +107,7 @@ solace_agent_mesh/common/middleware/registry.py,sha256=YdmSceiO-BPgTQ5I57hnNhPRS
|
|
|
107
107
|
solace_agent_mesh/common/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
108
108
|
solace_agent_mesh/common/sac/sac_llm.txt,sha256=bs6yeFrPPik3YDq84JWGckgJOGbEn_REQJyj-w2-SRg,2841
|
|
109
109
|
solace_agent_mesh/common/sac/sac_llm_detail.txt,sha256=t0Vq7YNu1AjPIT1XN-eAwKgPsJZGnuq-Myout4UJo3Q,3237
|
|
110
|
-
solace_agent_mesh/common/sac/sam_component_base.py,sha256=
|
|
110
|
+
solace_agent_mesh/common/sac/sam_component_base.py,sha256=MVD_nKGO23GqXOcYpWWS9IxTOZmJ5Ubmw0iO2H8N3Ak,25451
|
|
111
111
|
solace_agent_mesh/common/sam_events/__init__.py,sha256=J83dwcSjizOxMp4er9kNXdpP-nwGe8I8hTRGyVRZeeQ,290
|
|
112
112
|
solace_agent_mesh/common/sam_events/event_service.py,sha256=5BM87T5_v7KHK_y6R7g8NmN-4iujy4YbngLHaN7rqJc,7602
|
|
113
113
|
solace_agent_mesh/common/sam_events/sam_events_llm.txt,sha256=gaVYM6crAKcSb9EJ7LPE9eDFn5XhVrUwERkbPzgXpH4,4708
|
|
@@ -129,7 +129,7 @@ solace_agent_mesh/common/utils/log_formatters.py,sha256=EV8-ryy9mQgGv8hXipKrdXCu
|
|
|
129
129
|
solace_agent_mesh/common/utils/message_utils.py,sha256=lb4A-ZKC8iAy25uiM4BZ1j2YlaQhVv4h2aUrANh4HNY,2827
|
|
130
130
|
solace_agent_mesh/common/utils/mime_helpers.py,sha256=wbX5g4GNodyWdcmMeKc1VxZcHdDhItN4hrZI3-siqlk,4316
|
|
131
131
|
solace_agent_mesh/common/utils/push_notification_auth.py,sha256=sYCdfdSzqhUql_6GjkqpPFmdSxNH88I017RD247atcQ,4624
|
|
132
|
-
solace_agent_mesh/common/utils/pydantic_utils.py,sha256=
|
|
132
|
+
solace_agent_mesh/common/utils/pydantic_utils.py,sha256=zzmhxoioCZEkezHyy6LfgTiyrGZRfjdWoguK9ak89Ew,5939
|
|
133
133
|
solace_agent_mesh/common/utils/type_utils.py,sha256=07yggtdpGjSwTleLevcJKWyZCZ2Kq5wnNoJMG9BMhio,1002
|
|
134
134
|
solace_agent_mesh/common/utils/utils_llm.txt,sha256=5V4Qx8lJDPSGfnQxhI7_0JxYjTcgq8Q08l40WKKIrws,14482
|
|
135
135
|
solace_agent_mesh/common/utils/utils_llm_detail.txt,sha256=uz1M_G73y5ax1eJrHD2V10SkbzTsau4AE1_engfOXBk,28275
|
|
@@ -152,19 +152,19 @@ solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwt
|
|
|
152
152
|
solace_agent_mesh/gateway/base/app.py,sha256=aWvppHfi6gilHcX3O1WOx2EPTFeoXozaWalkvglqrlo,11830
|
|
153
153
|
solace_agent_mesh/gateway/base/base_llm.txt,sha256=3yi2tsWV4G-9hREufHH1qw-yKAaCptE-g_7iCM0IEcA,11291
|
|
154
154
|
solace_agent_mesh/gateway/base/base_llm_detail.txt,sha256=Ze20nlTHpObSYWGxtz98jW9gzijdoz7IVI-N9wtPaGs,11694
|
|
155
|
-
solace_agent_mesh/gateway/base/component.py,sha256=
|
|
155
|
+
solace_agent_mesh/gateway/base/component.py,sha256=hMvCfGsBn7s-NpdAEM9G-7O9CgM3JtCOH-ce9NggV84,57810
|
|
156
156
|
solace_agent_mesh/gateway/base/task_context.py,sha256=GhOkMgLfOO2jaxglwWk0tJ-afZO4RBa91WbHEUAEd7U,2448
|
|
157
157
|
solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
158
158
|
solace_agent_mesh/gateway/http_sse/alembic.ini,sha256=5pfm9eJ_HBeVNt8TGRbeAb20y7eHpOAvhwfed5hyzo0,4651
|
|
159
|
-
solace_agent_mesh/gateway/http_sse/app.py,sha256=
|
|
160
|
-
solace_agent_mesh/gateway/http_sse/component.py,sha256
|
|
161
|
-
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=
|
|
159
|
+
solace_agent_mesh/gateway/http_sse/app.py,sha256=7_lJyHKQaE76qtS2sriYnvhc1rfqGsLFDxpfbHC4JMo,12756
|
|
160
|
+
solace_agent_mesh/gateway/http_sse/component.py,sha256=-U14x9OF76Z6puCJ_Eu8IggjmQNz-52PvFgJzIzyN9U,93640
|
|
161
|
+
solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=6orxGVNKcRI_ckIThdSi5wz4D7fUbHQV8YCMwhXgwd8,20998
|
|
162
162
|
solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=YFNRwJhXPbuqm_AlpyuPvGo4vOZPraxZROcjJOI1peA,14488
|
|
163
163
|
solace_agent_mesh/gateway/http_sse/http_sse_llm_detail.txt,sha256=w52lYh7C9T6Z7vx6GTb3zBYkvCRHxfFtaN8Hb1LG_DQ,134621
|
|
164
|
-
solace_agent_mesh/gateway/http_sse/main.py,sha256=
|
|
165
|
-
solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=
|
|
164
|
+
solace_agent_mesh/gateway/http_sse/main.py,sha256=Nka4L5pzEfHMLHzwlr03WPFuwHxXjJIhfi63mKy83bs,27180
|
|
165
|
+
solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=h_rgaZUbJv5yfGMbFQaloiMSK46deDoO7enGqdYJgpo,8299
|
|
166
166
|
solace_agent_mesh/gateway/http_sse/sse_event_buffer.py,sha256=RVEmuR-t1M6y88HiUENjislTtPoW2PeEApn69owou84,3212
|
|
167
|
-
solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=
|
|
167
|
+
solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=9ADBIZoYEqwnk6zoo85tgEvYgp4-b7EOVNEk3807Qek,14971
|
|
168
168
|
solace_agent_mesh/gateway/http_sse/alembic/alembic_llm.txt,sha256=dx2O9si5_zoPYk9wQL4Q7u6QbYsj9aGI-3NCBXP649Y,10022
|
|
169
169
|
solace_agent_mesh/gateway/http_sse/alembic/env.py,sha256=J3GMFKwY1-f5rJeNaoJRotBHEpRZWQMciLpNHJLki2k,2835
|
|
170
170
|
solace_agent_mesh/gateway/http_sse/alembic/script.py.mako,sha256=84_5EHZF90Ak58GV4R5YUwxvvzsaI6N9LxIHC8X7N1w,703
|
|
@@ -202,18 +202,18 @@ solace_agent_mesh/gateway/http_sse/repository/models/session_model.py,sha256=pMv
|
|
|
202
202
|
solace_agent_mesh/gateway/http_sse/repository/models/task_event_model.py,sha256=CKO6FWWC0UEXkW2-jqwfzyXP44cBXg0TBOABCAhezNc,752
|
|
203
203
|
solace_agent_mesh/gateway/http_sse/repository/models/task_model.py,sha256=07mcBIyIEEsz599iCSgjDDsuWrIT-so3o3iXhtzS1Ho,972
|
|
204
204
|
solace_agent_mesh/gateway/http_sse/routers/__init__.py,sha256=WxRX__xU4YIYhvjN0DTY9XdNYAB9dP81pabwiB23YSo,133
|
|
205
|
-
solace_agent_mesh/gateway/http_sse/routers/agent_cards.py,sha256=
|
|
205
|
+
solace_agent_mesh/gateway/http_sse/routers/agent_cards.py,sha256=SMPJ6Q-D9x43FjJXgNQMNY38UKk2flW0an6saS2ckl8,1368
|
|
206
206
|
solace_agent_mesh/gateway/http_sse/routers/artifacts.py,sha256=2Jd2xvwqi2kX0P_EoySm-4yR6ZV86w6rUhWZlyYQPRg,35142
|
|
207
|
-
solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=
|
|
208
|
-
solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=
|
|
207
|
+
solace_agent_mesh/gateway/http_sse/routers/auth.py,sha256=b_emsJ77Yi83VVZrYz00iF3TuGJaYtA4VOUDUB4qzTk,10435
|
|
208
|
+
solace_agent_mesh/gateway/http_sse/routers/config.py,sha256=Pcv30D8ZUo8A8Eypo566GEyhs0LrPL5uFBCglDzIiKI,3246
|
|
209
209
|
solace_agent_mesh/gateway/http_sse/routers/feedback.py,sha256=ba98jDi02G4Lvlr_jzI3BDUVZ1wvm3INRU7v2psxS1o,1168
|
|
210
210
|
solace_agent_mesh/gateway/http_sse/routers/people.py,sha256=PJYryRg4OmMeLed5OuzuaRvSW5_SzoPJXKZIneVATG8,1161
|
|
211
211
|
solace_agent_mesh/gateway/http_sse/routers/routers_llm.txt,sha256=2Wg3eDfU-UmFAvgRTNDyKRWlVXKa0rZSPwCuiP8JxRU,14738
|
|
212
|
-
solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=
|
|
213
|
-
solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=
|
|
214
|
-
solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=
|
|
212
|
+
solace_agent_mesh/gateway/http_sse/routers/sessions.py,sha256=gC11u-OFywZbu2KIdgjLvTK-4vx6qjNSvH-xTGYAdjQ,15557
|
|
213
|
+
solace_agent_mesh/gateway/http_sse/routers/sse.py,sha256=rJziWmtxxunsSVi_DElABS8VZ_Ns_qdYmMW1RV2pnoI,5834
|
|
214
|
+
solace_agent_mesh/gateway/http_sse/routers/tasks.py,sha256=MRuizQRHJL5VjFPhj0OcLKhpCtTELVpVpriQhN88SAA,15964
|
|
215
215
|
solace_agent_mesh/gateway/http_sse/routers/users.py,sha256=wSywHJ1pPUOhnf9nZRUncBkpf14AiWHNtlgjPpf58Iw,2901
|
|
216
|
-
solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=
|
|
216
|
+
solace_agent_mesh/gateway/http_sse/routers/visualization.py,sha256=oYFdPezVs9AmjuP6UdCQyHsGdrXJlX9z2f4VgDQLyAQ,47854
|
|
217
217
|
solace_agent_mesh/gateway/http_sse/routers/dto/__init__.py,sha256=DbFQNFsN7I0zCkYe2RKTYkcIXPSKgA6dbPITS3AhcX0,201
|
|
218
218
|
solace_agent_mesh/gateway/http_sse/routers/dto/dto_llm.txt,sha256=L3m8WRuZtCfnU9oIGE2I9lfajE169L6egGM7bAhcmQU,10966
|
|
219
219
|
solace_agent_mesh/gateway/http_sse/routers/dto/requests/__init__.py,sha256=ySxcC6OjZGwZpU128_6NHqJgxdsCIK4nuDT1ViAXymY,258
|
|
@@ -231,7 +231,7 @@ solace_agent_mesh/gateway/http_sse/services/data_retention_service.py,sha256=I2r
|
|
|
231
231
|
solace_agent_mesh/gateway/http_sse/services/feedback_service.py,sha256=J7vBB21MLFVOZIsqnndty3n66dDf54bIuhfAJ-B-VuY,9954
|
|
232
232
|
solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=KDPvRC3wC2JbJk14IJX6Q3MsGvmVfy6E2XRR0Qx-12o,2298
|
|
233
233
|
solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=OiBm4WQ47VFjMUA6HGDOApizd-H3zqfGs08yo1xhTeM,13173
|
|
234
|
-
solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=
|
|
234
|
+
solace_agent_mesh/gateway/http_sse/services/session_service.py,sha256=j7_aqv0rLJQRwZ8KSX4brC5MlMI_jUgUzQTfkPlPkG4,12453
|
|
235
235
|
solace_agent_mesh/gateway/http_sse/services/task_logger_service.py,sha256=jtW_8uSuIFXArQNgzCxp0-N72e-yyojTTGcsqVgGvEc,13157
|
|
236
236
|
solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=IuIEiXLJgs0AAMBljqvnfx47o_5HenjDjSXO_qmjz78,4350
|
|
237
237
|
solace_agent_mesh/gateway/http_sse/shared/__init__.py,sha256=QaFnYoCRmznXoB4fmpGXegKhhEpjj6_b3gmZl24E5JA,3520
|
|
@@ -241,7 +241,7 @@ solace_agent_mesh/gateway/http_sse/shared/database_exceptions.py,sha256=J9-M5PAX
|
|
|
241
241
|
solace_agent_mesh/gateway/http_sse/shared/database_helpers.py,sha256=5YjJ_CfOEBvkvi2xFaWmR8D0NHpxVvibTy1RF_u37Lk,1522
|
|
242
242
|
solace_agent_mesh/gateway/http_sse/shared/enums.py,sha256=gcU_hApRkWcBy0JykqGXSESGyglLXN3FzkimITmwnnE,802
|
|
243
243
|
solace_agent_mesh/gateway/http_sse/shared/error_dto.py,sha256=U8jvCquD0usm3Smb8csTU0cnCSn3SWYQ7NJrRQLd5dw,3115
|
|
244
|
-
solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=
|
|
244
|
+
solace_agent_mesh/gateway/http_sse/shared/exception_handlers.py,sha256=Mo7LErn8ga8Om5PD2fI1JCvC6cunUO3YPhCncmtItgs,9038
|
|
245
245
|
solace_agent_mesh/gateway/http_sse/shared/exceptions.py,sha256=T9mLhBgtKgwut--_uCVV9qeFOAAhHKhcAZPtsjmkG2M,6434
|
|
246
246
|
solace_agent_mesh/gateway/http_sse/shared/pagination.py,sha256=yPhMvuGOeun9m2wKRhl-m_NSkzW3aXlZ3Ra1TvBF-OQ,3751
|
|
247
247
|
solace_agent_mesh/gateway/http_sse/shared/response_utils.py,sha256=-_z86YA02965CTC3FNSz2QUAKWEuJgZd8UBnXLSpYCw,3556
|
|
@@ -252,7 +252,7 @@ solace_agent_mesh/gateway/http_sse/shared/utils.py,sha256=SAfrRjBc_bwrEVFafGbswB
|
|
|
252
252
|
solace_agent_mesh/gateway/http_sse/utils/__init__.py,sha256=b6hFVAAwJy1eo9AWqwDrJwBzx6OL3RY4cyB7BBq_4Us,42
|
|
253
253
|
solace_agent_mesh/gateway/http_sse/utils/stim_utils.py,sha256=trQip51p1ZizZToViHQQ00I19ZCMQVYUHQ6Fh66J2Vg,920
|
|
254
254
|
solace_agent_mesh/gateway/http_sse/utils/utils_llm.txt,sha256=PVrU-x7BOl7aqu2gvHiibSJQhZ9LDCvnNRJ20a_3zrc,1875
|
|
255
|
-
solace_agent_mesh/cli/__init__.py,sha256=
|
|
255
|
+
solace_agent_mesh/cli/__init__.py,sha256=iaZ7XZ-SdVNT4ZACUYJL_5bHKP1lOYNnZyPeapZHkxk,22
|
|
256
256
|
solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
|
|
257
257
|
solace_agent_mesh/cli/utils.py,sha256=7zntmVuvWbaWEhViSF2uw484-79a5I1XTUt-0eGQWY4,8036
|
|
258
258
|
solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -312,7 +312,7 @@ solace_agent_mesh/templates/eval_backend_template.yaml,sha256=bWAgyXPc4mQot7IWlP
|
|
|
312
312
|
solace_agent_mesh/templates/gateway_app_template.py,sha256=nhy0QTO-5TAVYXodpjl3-v4qqAojQR8hHwK6OXMQR9E,3035
|
|
313
313
|
solace_agent_mesh/templates/gateway_component_template.py,sha256=XSSVlupAMkWArNkGU6juOvR0yEwm6jtJ9RoUCKvX8p4,23946
|
|
314
314
|
solace_agent_mesh/templates/gateway_config_template.yaml,sha256=QVRoL9wY-m42MFaXSqYr9sDx9-VVcq_eAAmYq9IRklw,1102
|
|
315
|
-
solace_agent_mesh/templates/logging_config_template.ini,sha256=
|
|
315
|
+
solace_agent_mesh/templates/logging_config_template.ini,sha256=TN4deVGxLXQZxd58XLR2qz0kzxi6LbG2BVPWcsZX6qA,1058
|
|
316
316
|
solace_agent_mesh/templates/main_orchestrator.yaml,sha256=Ig4DwYViFXN-1KFn1gR5CVIEeK0dbC8PxfNz5bFqFAE,1757
|
|
317
317
|
solace_agent_mesh/templates/plugin_agent_config_template.yaml,sha256=giUU5YSqT5xIRkM7H1YR5bmP9KdRFvWfjwlK9lgs3rw,4493
|
|
318
318
|
solace_agent_mesh/templates/plugin_custom_config_template.yaml,sha256=bv7Sep_5sUKMpzzPRYO98SHGt0zuLIfDIDLKBdpPBfM,1117
|
|
@@ -324,12 +324,12 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=eyMXE2oGo7F-Lo_pGk7X
|
|
|
324
324
|
solace_agent_mesh/templates/shared_config.yaml,sha256=9BEkubm0xxCO6Rsxcd6IXQKodbg9Hwp6DeLE0vyXiv8,5826
|
|
325
325
|
solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
|
|
326
326
|
solace_agent_mesh/templates/webui.yaml,sha256=4cEkPXLRhpATVD3A0UuJuo5aG0ApEseiADGtY3-W5qw,1784
|
|
327
|
-
solace_agent_mesh/assets/docs/404.html,sha256=
|
|
328
|
-
solace_agent_mesh/assets/docs/lunr-index-
|
|
329
|
-
solace_agent_mesh/assets/docs/lunr-index.json,sha256=
|
|
330
|
-
solace_agent_mesh/assets/docs/search-doc-
|
|
331
|
-
solace_agent_mesh/assets/docs/search-doc.json,sha256=
|
|
332
|
-
solace_agent_mesh/assets/docs/sitemap.xml,sha256=
|
|
327
|
+
solace_agent_mesh/assets/docs/404.html,sha256=Xro1ZLxIma4Af_WtVKMZ0X-DFirPDv5tuEZcsi19dv0,11711
|
|
328
|
+
solace_agent_mesh/assets/docs/lunr-index-1761663789856.json,sha256=rd9gCdjD30CZ54rEU3atI2kZvwZedDSGUdw39VrEOhc,1622977
|
|
329
|
+
solace_agent_mesh/assets/docs/lunr-index.json,sha256=rd9gCdjD30CZ54rEU3atI2kZvwZedDSGUdw39VrEOhc,1622977
|
|
330
|
+
solace_agent_mesh/assets/docs/search-doc-1761663789856.json,sha256=TeWQQDwZ3m62VuJe3P5Wmnrr8njLc3-7WNR0e7LzliA,597751
|
|
331
|
+
solace_agent_mesh/assets/docs/search-doc.json,sha256=TeWQQDwZ3m62VuJe3P5Wmnrr8njLc3-7WNR0e7LzliA,597751
|
|
332
|
+
solace_agent_mesh/assets/docs/sitemap.xml,sha256=a4Vclu9JOrNKGlXerIv5DHBWYqgJP7iRTjokCGX4f_E,8572
|
|
333
333
|
solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
|
|
334
334
|
solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
335
335
|
solace_agent_mesh/assets/docs/assets/images/sam-enterprise-credentials-b269f095349473118b2b33bdfcc40122.png,sha256=pJb4UjHrgDm22w1beXrbE9l1ElMeK546-PwMNNoBPXM,594985
|
|
@@ -347,7 +347,7 @@ solace_agent_mesh/assets/docs/assets/js/2130.ab9fd314.js,sha256=t_AtyiW0eu0qFLk4
|
|
|
347
347
|
solace_agent_mesh/assets/docs/assets/js/2131ec11.5c7a1f6e.js,sha256=3SILC3wayFDqtiUS8mu2U7r3ruv3v5fNfXJiOgLYIV8,20551
|
|
348
348
|
solace_agent_mesh/assets/docs/assets/js/2237.5e477fc6.js,sha256=zW8HJtjPXRUHEgvhkLqqI6USE-FyQKRQlozKw4eDVec,1309
|
|
349
349
|
solace_agent_mesh/assets/docs/assets/js/2334.1cf50a20.js,sha256=s3tQWvCh_rOaLZXTEFuUx3uUUk3ANYkHd3YaT6mgsO4,38195
|
|
350
|
-
solace_agent_mesh/assets/docs/assets/js/240a0364.
|
|
350
|
+
solace_agent_mesh/assets/docs/assets/js/240a0364.c39f8388.js,sha256=4RwQfsZRHsx_BbsqpctM8QiBtboU_zU-Bmce92dMJxk,19092
|
|
351
351
|
solace_agent_mesh/assets/docs/assets/js/2e32b5e0.33f5d75b.js,sha256=eEPFTSMZtlUjWYhVQLUqb9HcQIhSocqsnERbaWYXonk,16484
|
|
352
352
|
solace_agent_mesh/assets/docs/assets/js/3219.adc1d663.js,sha256=cScnTwicV4XboNRNw4WqbinP-KZtL-fulxmDcOIw3Pg,25843
|
|
353
353
|
solace_agent_mesh/assets/docs/assets/js/341393d4.0fac2613.js,sha256=gpj8aYErWyIsyf0EIq5aGPKCh2S-o7lXvSwpK7XPGY4,21936
|
|
@@ -375,8 +375,9 @@ solace_agent_mesh/assets/docs/assets/js/5c2bd65f.eda4bcb2.js,sha256=0xHEYC1-by9I
|
|
|
375
375
|
solace_agent_mesh/assets/docs/assets/js/5e95c892.558d5167.js,sha256=LrlOoFsc_wTcyuzay3WDxkpYtVGn2kUIWCosBvg_z8I,377
|
|
376
376
|
solace_agent_mesh/assets/docs/assets/js/6063ff4c.ef84f702.js,sha256=hKwjAMrZXRTORlVxD4LyXi6crri49l-SaZ1kOEs6qZ0,10815
|
|
377
377
|
solace_agent_mesh/assets/docs/assets/js/6143.0a1464c9.js,sha256=N9VlCMIQjWkazDtcal5eC7xe1YvOVCMRx119JzMQl1k,39122
|
|
378
|
-
solace_agent_mesh/assets/docs/assets/js/631738c7.
|
|
378
|
+
solace_agent_mesh/assets/docs/assets/js/631738c7.7c4594c9.js,sha256=OlPdPJRccKhGWcVrtDvgZ0YJg8dy2lCB2rZx9X2Xl98,17931
|
|
379
379
|
solace_agent_mesh/assets/docs/assets/js/6395.e9c73649.js,sha256=-v8U5XdxnXthhTAYmuTbvDQRKDPxzQQS-Lew81sPN-8,440
|
|
380
|
+
solace_agent_mesh/assets/docs/assets/js/66d4869e.830d443f.js,sha256=OAsNit9-raEAhBXQN5aQfRfcmHmsiec2K9SXSgWC0iM,15147
|
|
380
381
|
solace_agent_mesh/assets/docs/assets/js/6796.51d2c9b7.js,sha256=yeZg7UFFslMqrIQP-dqk-4vBwLDsJ5Rx6aD1VliW07U,6300
|
|
381
382
|
solace_agent_mesh/assets/docs/assets/js/6976.379be23b.js,sha256=Fe3y3jWBBUqmD4dIUwZUUjiCvv5uSLEss3cOEzUDB9E,193
|
|
382
383
|
solace_agent_mesh/assets/docs/assets/js/6978.ee0b945c.js,sha256=Fabb2n81BbNegY_9ZboMCBu-Zgd5-nETGqLxviUogDg,11834
|
|
@@ -386,7 +387,7 @@ solace_agent_mesh/assets/docs/assets/js/6d84eae0.4a5fbf39.js,sha256=eq0BhP5AVCtW
|
|
|
386
387
|
solace_agent_mesh/assets/docs/assets/js/6fdfefc7.99de744e.js,sha256=pKonHEJWDFfAS6NCC6R5otNU8GIejf-h6nQOg_Mn0Nw,9060
|
|
387
388
|
solace_agent_mesh/assets/docs/assets/js/7040.cb436723.js,sha256=cmW7CCISvRnJNljTDg4jGJtG6rjSp0nWfZvchAKSdf4,36638
|
|
388
389
|
solace_agent_mesh/assets/docs/assets/js/7195.412f418a.js,sha256=8VHuob7jbA49epJL54bEU-mtOdSeUFXzqbgThE4walo,46219
|
|
389
|
-
solace_agent_mesh/assets/docs/assets/js/71da7b71.
|
|
390
|
+
solace_agent_mesh/assets/docs/assets/js/71da7b71.ddbdfbe2.js,sha256=ZEmkuDkD5L3S_sUregGyiKCnJcsTiIRI_3bK8IxrGdE,31170
|
|
390
391
|
solace_agent_mesh/assets/docs/assets/js/722f809d.965da774.js,sha256=LwG8w8krOZrpQrJKFeCiYT2PI0T74FiGLnC8F76wSDs,10594
|
|
391
392
|
solace_agent_mesh/assets/docs/assets/js/7280.3fb73bdb.js,sha256=XlDQpYplGuVoEqfXCt8Yzocd9uBTu64VUrNp4LQDyIY,659
|
|
392
393
|
solace_agent_mesh/assets/docs/assets/js/742f027b.46c07808.js,sha256=KGUEaUlNvHExhvWmzJ7V_xPE6CJQB2LrdWzJkyzz6fQ,8893
|
|
@@ -430,59 +431,60 @@ solace_agent_mesh/assets/docs/assets/js/de5f4c65.e8241890.js,sha256=YtUp4ly1TF1-
|
|
|
430
431
|
solace_agent_mesh/assets/docs/assets/js/de915948.27d6b065.js,sha256=0kLo2XTRGrEr3gq6vkecnCBVYNm40LkyNMOKrQSw6oc,36203
|
|
431
432
|
solace_agent_mesh/assets/docs/assets/js/e3d9abda.6b9493d0.js,sha256=kdI8OvkA96QnQ8tl7MbICPZPs_SDHDICyeDm7xfRLfw,16081
|
|
432
433
|
solace_agent_mesh/assets/docs/assets/js/e6f9706b.e74a984d.js,sha256=uhiXLYOtK6LHeCfQO8W-X4EW1leeU0wQcsoH9un1H2k,11153
|
|
433
|
-
solace_agent_mesh/assets/docs/assets/js/e92d0134.
|
|
434
|
-
solace_agent_mesh/assets/docs/assets/js/f284c35a.
|
|
434
|
+
solace_agent_mesh/assets/docs/assets/js/e92d0134.4f395c6b.js,sha256=fGt1aiYcFxVrfyB6RF4dazVWbjtKtDWBTovGJp5bZoY,13554
|
|
435
|
+
solace_agent_mesh/assets/docs/assets/js/f284c35a.720d2ef2.js,sha256=7KEvaa5Yfs1zPDta1utz0gt49rzQUypAiORC4AD2o48,29518
|
|
435
436
|
solace_agent_mesh/assets/docs/assets/js/ff4d71f2.15b02f97.js,sha256=16MU9gsSqlwMOUnIzBGO6v8EJLuZ_uzN89VzQGbk9po,8370
|
|
436
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
437
|
-
solace_agent_mesh/assets/docs/assets/js/main.
|
|
438
|
-
solace_agent_mesh/assets/docs/assets/js/runtime~main.
|
|
439
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/index.html,sha256=
|
|
440
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/agents/index.html,sha256=
|
|
441
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/index.html,sha256=
|
|
442
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html,sha256=
|
|
443
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html,sha256=
|
|
444
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html,sha256=
|
|
445
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html,sha256=
|
|
446
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/cli/index.html,sha256=
|
|
447
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/gateways/index.html,sha256=
|
|
448
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/orchestrator/index.html,sha256=
|
|
449
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/plugins/index.html,sha256=
|
|
450
|
-
solace_agent_mesh/assets/docs/docs/documentation/components/proxies/index.html,sha256=
|
|
451
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/index.html,sha256=
|
|
452
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/debugging/index.html,sha256=
|
|
453
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/deployment-options/index.html,sha256=
|
|
454
|
-
solace_agent_mesh/assets/docs/docs/documentation/deploying/
|
|
455
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
456
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
457
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/create-
|
|
458
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
459
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/creating-
|
|
460
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
461
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
462
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/
|
|
463
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
464
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
465
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
466
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
467
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
468
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
469
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
470
|
-
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/
|
|
471
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
472
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
473
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
474
|
-
solace_agent_mesh/assets/docs/docs/documentation/enterprise/
|
|
475
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
476
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/
|
|
477
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/
|
|
478
|
-
solace_agent_mesh/assets/docs/docs/documentation/getting-started/
|
|
479
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
480
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
481
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
482
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
483
|
-
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/
|
|
484
|
-
solace_agent_mesh/assets/docs/docs/documentation/
|
|
485
|
-
solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-
|
|
437
|
+
solace_agent_mesh/assets/docs/assets/js/main.d1643f0b.js,sha256=QfCWd_1QLiqPaRZufxiYJatvLOwyMNtm0BRwL8JsoK4,488815
|
|
438
|
+
solace_agent_mesh/assets/docs/assets/js/main.d1643f0b.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
|
|
439
|
+
solace_agent_mesh/assets/docs/assets/js/runtime~main.97f920d4.js,sha256=3K3JQC7GQt0hsPQB25CvuN45lv9nBCqfCIza61Pvqco,6738
|
|
440
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/index.html,sha256=zQQVOGGElCJX3fUvc-Y83Qy6Irj4pZoAeTeYKWjDZl0,26456
|
|
441
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/agents/index.html,sha256=_4Vq_unbU53p0BoZNV3IUQxIU777rmXByaa6J9JpFDA,41909
|
|
442
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/index.html,sha256=UmMG1Evk7h2PWcDF6dHu_lXfHp0E3Xl7j9sCx-zGHjE,44937
|
|
443
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/artifact-management/index.html,sha256=p-x2cSvwuVIVjzNiqWho5-Y6lqrPzUKOQ7PmTVloEu0,34977
|
|
444
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/audio-tools/index.html,sha256=RwDYQAOiTLgZT5T9avUGB6BSIbzBNI5xwjloDpFHocg,58393
|
|
445
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/data-analysis-tools/index.html,sha256=ZIctu5qEl_ighpQbD_TPYiT57QiGROdbcf3fdKCROc8,37942
|
|
446
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/builtin-tools/embeds/index.html,sha256=BI5GP8mIHB9G8gYc0WVvrKGlAhdtJ5kLQnyx1BYry2o,50898
|
|
447
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/cli/index.html,sha256=OCDcx7NEjSrphRQT2I-0cEMQljEmEdozsuvm2pfue5c,53125
|
|
448
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/gateways/index.html,sha256=McaAVq6M4G1lvodFWTOBWyGwqDrJ6_Ta5cB5Vx8Ebnc,30847
|
|
449
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/orchestrator/index.html,sha256=y8qV9BvCwMXBW-MLEusIXdGYHxBQ8xPV5Dn0Ush5Tvo,24564
|
|
450
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/plugins/index.html,sha256=OxS0hj0QUzzBjE7twUtu1nSYbmnjnd0RLcoPdUp0imk,40780
|
|
451
|
+
solace_agent_mesh/assets/docs/docs/documentation/components/proxies/index.html,sha256=CBluePcz1xLYl-kVas3p3-rSuURlDDuAgBNeZXHEsag,91611
|
|
452
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/index.html,sha256=wEamDvmtX3SuSlZHSFY-Q9m1M1DRLFitXYG7gN_-rek,24706
|
|
453
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/debugging/index.html,sha256=f0vaNg1QGDOln1VWdMOaqWz9MrTq3TNrKXcufDJi6FE,51868
|
|
454
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/deployment-options/index.html,sha256=WXFOqzWtFo9jDIzacjbKC6B7ByBsIpWFQ9GMktAZgzI,54593
|
|
455
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/logging/index.html,sha256=JlhSREcVws_3ih6xnI2gEs_ex8dLWoKz-PTFLUiMNVM,45063
|
|
456
|
+
solace_agent_mesh/assets/docs/docs/documentation/deploying/observability/index.html,sha256=MIhBqXwWN_lwHMRPPJj9_KMjGQtK_BH5Zy4dhNh9TnM,34078
|
|
457
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/index.html,sha256=lrkoDVxrQ9nPp2ODtda6DFaWjhqKxez4Bmb11zP0Mt8,28524
|
|
458
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/create-agents/index.html,sha256=UZdMvvWt_QPHjwxqr5d6M3iEnLIplGCJ8ByMC_RQ6Ps,175411
|
|
459
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/create-gateways/index.html,sha256=575uUEVsY1PmYvyb8cFaFMFbKTfNh01c9oDqMhPOJAU,402146
|
|
460
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/creating-python-tools/index.html,sha256=ViogVuzNvlr0-ECkKcWFAL6lyFDYKeaMUfqwLRSqNQs,175848
|
|
461
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/creating-service-providers/index.html,sha256=Yi5TtzEx7KQXgvrfCbDinGoc-ngOE9RKEtKP-4z-d14,59895
|
|
462
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/evaluations/index.html,sha256=WGxn9GKJVqdvMP5DLivWfLTwtvVWvT_yE6EWigXPM2U,110328
|
|
463
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/structure/index.html,sha256=bNEjl57uttL3Vk065ZH6KmPx2TVjkvkD4bRZf75AAvo,28997
|
|
464
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/bedrock-agents/index.html,sha256=FwWMWWCvNBF115oJfihhMlzcslMFUm4Ro9p_JRNvb1c,77868
|
|
465
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/custom-agent/index.html,sha256=MeUuftLtXgxSIMDyfR1CzwLX_c0t9anp_AhK87fTJus,385719
|
|
466
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/event-mesh-gateway/index.html,sha256=3lRFwnqh2mfzds9Y_Qmna90Nj1iLnNJ7pTFQqM5LO58,70780
|
|
467
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mcp-integration/index.html,sha256=76copgpw0mKZrBttLZ55MbkJcmLzUB48GnBD6qnyxF0,70547
|
|
468
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/mongodb-integration/index.html,sha256=pfXsJ6TVafC2zTMj6BPbc_rCik4QLddzKVRtlooCzI8,89958
|
|
469
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rag-integration/index.html,sha256=MyfHenCzyBUvD5BKZOI-Ukfz_s5yMme6uRM-8Qg1KZQ,82632
|
|
470
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/rest-gateway/index.html,sha256=LQCYTI7Vh1jkQxLMWxG4-gb3aCd-tmY0tD0jRcsX1J4,49062
|
|
471
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/slack-integration/index.html,sha256=sk6H_OyPPl3KPHxm2pQ35gS8tNcvf7x9PYKM8jJ-Yyk,52277
|
|
472
|
+
solace_agent_mesh/assets/docs/docs/documentation/developing/tutorials/sql-database/index.html,sha256=td5Ia_rmpm2281M4RhI6dC37aYjKgdfhY5nNTUBlovI,71656
|
|
473
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html,sha256=QuEgaANVyN9Im9bbebWn_Z7snN74T-fLpbPE7bjprF4,26069
|
|
474
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/installation/index.html,sha256=vwc_K2S4uvo4KOlzBTkVtfjdmV9k0S-peYjynITxAlI,40911
|
|
475
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/rbac-setup-guide/index.html,sha256=MEDanDS0CONG6r28ibW9XN-9pMYnqgsYTW8Oi076qd0,113059
|
|
476
|
+
solace_agent_mesh/assets/docs/docs/documentation/enterprise/single-sign-on/index.html,sha256=jADYVXqAI5yXbkaxR1f62gvcpDL7i6iRCraBjEZRBD0,111138
|
|
477
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/index.html,sha256=056NEkitixGc6g70YQXDTays1ZNHXl-cZaZLmOCwTNc,31550
|
|
478
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/architecture/index.html,sha256=wcqQYG_ahB-nKwCKGHKydmfe3eYMN1t2cZ0lUSZ76Lg,32078
|
|
479
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=-UbWNpfPAUI-I8MP3zwkosFzWvI-d_5v5T7yPS5zRRs,26960
|
|
480
|
+
solace_agent_mesh/assets/docs/docs/documentation/getting-started/try-agent-mesh/index.html,sha256=5dOujYb5tgV_fV3v_yR4Wi2RJFpEaJgguQNj5lxCstE,28685
|
|
481
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/index.html,sha256=iMmzsFKevPmdJsmlsjLe-KA1oLXSe4rOzSTWRTDpVfE,25318
|
|
482
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/configurations/index.html,sha256=yHDbmYhWyxrLiS8STGFOVOX0aICZ4RDucsZUq8N0V-c,65054
|
|
483
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/installation/index.html,sha256=h2kyiz72o5mG7YaMVsV2Gw_HZhoyx8NhT27hWmNKNoU,35972
|
|
484
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/large_language_models/index.html,sha256=cxn1IIYmznOGuT9Mf5--tEmOrACnvRP9waUnzxErtFY,85735
|
|
485
|
+
solace_agent_mesh/assets/docs/docs/documentation/installing-and-configuring/run-project/index.html,sha256=OOjfDB3FWXXTgVdkeFu8fN9WXQL8m3pb-Cf00wAlBcU,45071
|
|
486
|
+
solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0/index.html,sha256=JavFY3eLGJZw6DFErKNVn8ihKDoGUx81dKFlYFRvbNs,72203
|
|
487
|
+
solace_agent_mesh/assets/docs/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map/index.html,sha256=Ed5wEuYDdGQ708kh3EYNeWViU3Ycis3gw7jXpryZ9qY,87583
|
|
486
488
|
solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
|
|
487
489
|
solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
|
|
488
490
|
solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
|
|
@@ -510,16 +512,16 @@ solace_agent_mesh/config_portal/frontend/static/client/assets/index-DzNKzXrc.js,
|
|
|
510
512
|
solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-61038fc6.js,sha256=oZWPCU0OcKLUNcT-Hd5LV6iNH9DjUU5BjvLgeDQ1uAE,781
|
|
511
513
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-BWvk5-gF.js,sha256=KoDaD7JSrkUDgUbDa0JqaB7mXNCc2fR-T5kKAcH5nho,1799
|
|
512
514
|
solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
|
|
513
|
-
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=
|
|
514
|
-
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=
|
|
515
|
-
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-
|
|
516
|
-
solace_agent_mesh/client/webui/frontend/static/assets/client-
|
|
515
|
+
solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=7duHMqoYe2FSJHHmCNa9c70ImaAgLz8nqSOqtBPkZN8,604
|
|
516
|
+
solace_agent_mesh/client/webui/frontend/static/index.html,sha256=FmaFNVBrn1eTwF3o0o1EkqxWghx9BiA2x-J8FSAQW04,671
|
|
517
|
+
solace_agent_mesh/client/webui/frontend/static/assets/authCallback-D4_RMYRh.js,sha256=jmc3O9ewGl3WCRq4EZsaqaGBePsvAFoER51czTGA0X8,528
|
|
518
|
+
solace_agent_mesh/client/webui/frontend/static/assets/client-UZ3qU6Bq.js,sha256=xb3tFj0-z-CYp_fBQdDXPqOje_4TXAJPZcEihZxY3bs,174527
|
|
517
519
|
solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
|
|
518
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main
|
|
519
|
-
solace_agent_mesh/client/webui/frontend/static/assets/main-
|
|
520
|
-
solace_agent_mesh/client/webui/frontend/static/assets/vendor-
|
|
521
|
-
solace_agent_mesh-1.6.
|
|
522
|
-
solace_agent_mesh-1.6.
|
|
523
|
-
solace_agent_mesh-1.6.
|
|
524
|
-
solace_agent_mesh-1.6.
|
|
525
|
-
solace_agent_mesh-1.6.
|
|
520
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main--3yJYl7S.css,sha256=ZP2Z-E-lPcQRUthXiGTDjFYoTlGIanBTGnepq1NtVQc,122025
|
|
521
|
+
solace_agent_mesh/client/webui/frontend/static/assets/main-DojKHS49.js,sha256=yzB4-NVem4YGylL-OdS2SokaZE6olJRPYvE2gzvSU-A,451267
|
|
522
|
+
solace_agent_mesh/client/webui/frontend/static/assets/vendor-DSqhjwq_.js,sha256=Wsbc3ccKjU-F-BtT1HAh6rLKEbmJDTEfz8kXbPRL69E,341779
|
|
523
|
+
solace_agent_mesh-1.6.2.dist-info/METADATA,sha256=sRm-wnhzabYiAAkRE7l6mKMo23tIdxts5ZL9xg3Oj8w,25448
|
|
524
|
+
solace_agent_mesh-1.6.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
525
|
+
solace_agent_mesh-1.6.2.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
|
|
526
|
+
solace_agent_mesh-1.6.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
527
|
+
solace_agent_mesh-1.6.2.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[8249],{1049:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>o,default:()=>h,frontMatter:()=>i,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0","title":"Migration Guide: Upgrading to the A2A SDK","description":"This guide is for developers who have built or are maintaining a custom Agent Mesh gateway. A recent architectural update has aligned Agent Mesh with the official Agent-to-Agent (A2A) protocol specification by adopting the a2a-sdk. This migration requires some changes to your gateway code to ensure compatibility.","source":"@site/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0.md","sourceDirName":"documentation/migrations/a2a-upgrade","slug":"/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0","permalink":"/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0.md","tags":[],"version":"current","sidebarPosition":10,"frontMatter":{"title":"Migration Guide: Upgrading to the A2A SDK","sidebar_position":10},"sidebar":"docSidebar","previous":{"title":"Diagnosing and Resolving Problems","permalink":"/solace-agent-mesh/docs/documentation/deploying/debugging"},"next":{"title":"A2A Technical Migration Map","permalink":"/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-technical-migration-map"}}');var a=n(4848),r=n(8453);const i={title:"Migration Guide: Upgrading to the A2A SDK",sidebar_position:10},o=void 0,l={},c=[{value:"Why the Change?",id:"why-the-change",level:2},{value:"Core Conceptual Changes",id:"core-conceptual-changes",level:2},{value:"The <code>a2a</code> Helper Layer: The New Best Practice",id:"the-a2a-helper-layer-the-new-best-practice",level:3},{value:"Type System Migration",id:"type-system-migration",level:3},{value:"Accessing Object Properties",id:"accessing-object-properties",level:3},{value:"Changes to <code>BaseGatewayComponent</code>",id:"changes-to-basegatewaycomponent",level:3},{value:"Migration Checklist",id:"migration-checklist",level:2},{value:"Code Examples: Before & After",id:"code-examples-before--after",level:2},{value:"Example 1: Translating External Input",id:"example-1-translating-external-input",level:3},{value:"Example 2: Sending a Final Response",id:"example-2-sending-a-final-response",level:3}];function d(e){const t={code:"code",h2:"h2",h3:"h3",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,r.R)(),...e.components},{Details:n}=t;return n||function(e,t){throw new Error("Expected "+(t?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)(t.p,{children:["This guide is for developers who have built or are maintaining a custom Agent Mesh gateway. A recent architectural update has aligned Agent Mesh with the official Agent-to-Agent (A2A) protocol specification by adopting the ",(0,a.jsx)(t.code,{children:"a2a-sdk"}),". This migration requires some changes to your gateway code to ensure compatibility."]}),"\n",(0,a.jsx)(t.p,{children:"This document provides a high-level overview of the conceptual changes and a practical checklist to guide you through the upgrade process."}),"\n",(0,a.jsx)(t.h2,{id:"why-the-change",children:"Why the Change?"}),"\n",(0,a.jsxs)(t.p,{children:["The migration from our legacy A2A implementation to the official ",(0,a.jsx)(t.code,{children:"a2a-sdk"})," is a foundational improvement with several key benefits:"]}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Protocol Compliance:"})," Ensures your gateway is fully interoperable with any A2A-compliant agent or system."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Standardization:"})," Replaces bespoke code with a community-supported standard, reducing technical debt."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Improved Maintainability:"})," Insulates your gateway from future A2A specification changes. The ",(0,a.jsx)(t.code,{children:"a2a-sdk"})," will be updated, not your core logic."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Future-Proofing:"})," Positions your gateway to easily adopt new features as the A2A protocol evolves."]}),"\n"]}),"\n",(0,a.jsx)(t.h2,{id:"core-conceptual-changes",children:"Core Conceptual Changes"}),"\n",(0,a.jsx)(t.p,{children:"The upgrade introduces a few key changes in how you interact with A2A objects."}),"\n",(0,a.jsxs)(t.h3,{id:"the-a2a-helper-layer-the-new-best-practice",children:["The ",(0,a.jsx)(t.code,{children:"a2a"})," Helper Layer: The New Best Practice"]}),"\n",(0,a.jsxs)(t.p,{children:["The most significant change is the introduction of a new abstraction layer located at ",(0,a.jsx)(t.code,{children:"solace_agent_mesh.common.a2a"}),"."]}),"\n",(0,a.jsxs)(t.p,{children:["You should ",(0,a.jsxs)(t.strong,{children:["no longer instantiate ",(0,a.jsx)(t.code,{children:"a2a.types"})," models directly"]})," or access their properties by hand. Instead, use the provided helper functions. This layer is designed to simplify development and protect your code from future SDK changes."]}),"\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Example:"})}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-python",children:'\n# BEFORE: Direct instantiation and property access\nfrom solace_agent_mesh.common.types import TextPart, Task\nmy_part = TextPart(text="Hello")\ntask_id = my_task.id\n\n# AFTER: Using the a2a helper layer\nfrom solace_agent_mesh.common import a2a\nmy_part = a2a.create_text_part(text="Hello")\ntask_id = a2a.get_task_id(my_task)\n\n'})}),"\n",(0,a.jsx)(t.h3,{id:"type-system-migration",children:"Type System Migration"}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["The legacy types in ",(0,a.jsx)(t.code,{children:"solace_agent_mesh.common.types"})," (like ",(0,a.jsx)(t.code,{children:"A2APart"}),", ",(0,a.jsx)(t.code,{children:"FileContent"}),") are deprecated."]}),"\n",(0,a.jsxs)(t.li,{children:["All A2A models now come from the ",(0,a.jsx)(t.code,{children:"a2a.types"})," library."]}),"\n",(0,a.jsxs)(t.li,{children:["The type hint for a list of message parts has changed from ",(0,a.jsx)(t.code,{children:"List[A2APart]"})," to ",(0,a.jsx)(t.code,{children:"List[ContentPart]"}),". ",(0,a.jsx)(t.code,{children:"ContentPart"})," is a simple alias for the union of ",(0,a.jsx)(t.code,{children:"TextPart"}),", ",(0,a.jsx)(t.code,{children:"DataPart"}),", and ",(0,a.jsx)(t.code,{children:"FilePart"}),"."]}),"\n"]}),"\n",(0,a.jsx)(t.h3,{id:"accessing-object-properties",children:"Accessing Object Properties"}),"\n",(0,a.jsxs)(t.p,{children:["Field names on many A2A objects have changed. Always use the ",(0,a.jsx)(t.code,{children:"a2a"})," helper functions for safe and future-proof access."]}),"\n",(0,a.jsxs)(t.table,{children:[(0,a.jsx)(t.thead,{children:(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.th,{style:{textAlign:"left"},children:"Action"}),(0,a.jsx)(t.th,{style:{textAlign:"left"},children:"Old Pattern"}),(0,a.jsx)(t.th,{style:{textAlign:"left"},children:"New Pattern (Recommended)"})]})}),(0,a.jsxs)(t.tbody,{children:[(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Task ID"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"task.id"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"a2a.get_task_id(task)"})})]}),(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Task Status"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"task.status.state"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"a2a.get_task_status(task)"})})]}),(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Event's Task ID"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"event.id"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"event.task_id"})})]}),(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Message Parts"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"message.parts"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"a2a.get_parts_from_message(message)"})})]}),(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Error Message"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"error.message"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"a2a.get_error_message(error)"})})]}),(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Error Code"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"error.code"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"a2a.get_error_code(error)"})})]}),(0,a.jsxs)(t.tr,{children:[(0,a.jsx)(t.td,{style:{textAlign:"left"},children:"Get Error Data"}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"error.data"})}),(0,a.jsx)(t.td,{style:{textAlign:"left"},children:(0,a.jsx)(t.code,{children:"a2a.get_error_data(error)"})})]})]})]}),"\n",(0,a.jsxs)(t.h3,{id:"changes-to-basegatewaycomponent",children:["Changes to ",(0,a.jsx)(t.code,{children:"BaseGatewayComponent"})]}),"\n",(0,a.jsxs)(t.p,{children:["The ",(0,a.jsx)(t.code,{children:"BaseGatewayComponent"})," has been significantly improved. It now handles more of the A2A protocol complexity, simplifying gateway implementations."]}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Artifact Handling:"})," The base class can now automatically handle artifact URIs, converting them to embedded bytes before sending them to your gateway's ",(0,a.jsx)(t.code,{children:"_send_..."})," methods. This is controlled by the ",(0,a.jsx)(t.code,{children:"resolve_artifact_uris_in_gateway"})," parameter in the constructor."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Message Publishing:"})," The base class now manages the details of preparing and publishing the A2A request message in ",(0,a.jsx)(t.code,{children:"submit_a2a_task"}),"."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Asynchronous Model:"})," The underlying threading model has been removed in favor of a more direct ",(0,a.jsx)(t.code,{children:"asyncio"})," implementation, simplifying the component lifecycle."]}),"\n"]}),"\n",(0,a.jsxs)(t.p,{children:["It is highly recommended to review the latest ",(0,a.jsx)(t.code,{children:"BaseGatewayComponent"})," and re-base your custom gateway on it to inherit these benefits and reduce boilerplate code."]}),"\n",(0,a.jsx)(t.h2,{id:"migration-checklist",children:"Migration Checklist"}),"\n",(0,a.jsx)(t.p,{children:"Follow these steps to update your gateway code."}),"\n",(0,a.jsxs)(t.ol,{children:["\n",(0,a.jsxs)(t.li,{children:["\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Update Imports:"})}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["Remove imports from ",(0,a.jsx)(t.code,{children:"solace_agent_mesh.common.types"}),"."]}),"\n",(0,a.jsxs)(t.li,{children:["Add imports from ",(0,a.jsx)(t.code,{children:"a2a.types"})," for specific models if needed."]}),"\n",(0,a.jsxs)(t.li,{children:["Add ",(0,a.jsx)(t.code,{children:"from solace_agent_mesh.common import a2a"}),"."]}),"\n",(0,a.jsxs)(t.li,{children:["Add ",(0,a.jsx)(t.code,{children:"from solace_agent_mesh.common.a2a import ContentPart"}),"."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:["\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Update Type Hints:"})}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["Find all instances of ",(0,a.jsx)(t.code,{children:"List[A2APart]"})," and change them to ",(0,a.jsx)(t.code,{children:"List[ContentPart]"}),"."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:["\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Refactor Object Creation:"})}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["Replace direct model instantiation like ",(0,a.jsx)(t.code,{children:"TextPart(...)"})," or ",(0,a.jsx)(t.code,{children:"FilePart(...)"})," with their corresponding helper functions: ",(0,a.jsx)(t.code,{children:"a2a.create_text_part(...)"}),", ",(0,a.jsx)(t.code,{children:"a2a.create_file_part_from_uri(...)"}),", etc."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:["\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Refactor Property Access:"})}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["Replace direct property access (",(0,a.jsx)(t.code,{children:"task.id"}),", ",(0,a.jsx)(t.code,{children:"error.message"}),") with calls to the ",(0,a.jsx)(t.code,{children:"a2a"})," helper functions (",(0,a.jsx)(t.code,{children:"a2a.get_task_id(task)"}),", ",(0,a.jsx)(t.code,{children:"a2a.get_error_message(error)"}),")."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:["\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Review Base Class Integration:"})}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["If you have a custom gateway, compare it against the latest ",(0,a.jsx)(t.code,{children:"BaseGatewayComponent"}),". Consider refactoring to delegate more responsibility (like artifact handling and message submission) to the base class."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:["\n",(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Test Thoroughly:"})}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsx)(t.li,{children:"Once refactored, run your integration tests to ensure the gateway correctly translates inputs and processes outputs in the new format."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,a.jsx)(t.h2,{id:"code-examples-before--after",children:"Code Examples: Before & After"}),"\n",(0,a.jsx)(t.p,{children:"Here are some common patterns you will encounter during the migration."}),"\n",(0,a.jsx)(t.h3,{id:"example-1-translating-external-input",children:"Example 1: Translating External Input"}),"\n",(0,a.jsx)(t.p,{children:"This example shows how to create A2A parts from an external event."}),"\n",(0,a.jsxs)(n,{children:[(0,a.jsx)("summary",{children:(0,a.jsx)("strong",{children:"_translate_external_input"})}),(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Before:"})}),(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-python",children:'from solace_agent_mesh.common.types import Part as A2APart, TextPart, FilePart, FileContent\n\nasync def _translate_external_input(self, external_event: Any) -> Tuple[str, List[A2APart], Dict[str, Any]]:\n # ...\n a2a_parts: List[A2APart] = []\n\n # Create a file part with a URI\n uri = "artifact://..."\n a2a_parts.append(\n FilePart(\n file=FileContent(name="report.pdf", uri=uri)\n )\n )\n\n # Create a text part\n prompt = "Summarize the attached file."\n a2a_parts.append(TextPart(text=prompt))\n\n return "summary_agent", a2a_parts, {}\n'})}),(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"After:"})}),(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-python",children:'from solace_agent_mesh.common import a2a\nfrom solace_agent_mesh.common.a2a import ContentPart\n\nasync def _translate_external_input(self, external_event: Any) -> Tuple[str, List[ContentPart], Dict[str, Any]]:\n # ...\n a2a_parts: List[ContentPart] = []\n\n # Create a file part with a URI using the helper\n uri = "artifact://..."\n file_part = a2a.create_file_part_from_uri(uri=uri, name="report.pdf")\n a2a_parts.append(file_part)\n\n # Create a text part using the helper\n prompt = "Summarize the attached file."\n text_part = a2a.create_text_part(text=prompt)\n a2a_parts.append(text_part)\n\n return "summary_agent", a2a_parts, {}\n'})})]}),"\n",(0,a.jsx)(t.h3,{id:"example-2-sending-a-final-response",children:"Example 2: Sending a Final Response"}),"\n",(0,a.jsxs)(t.p,{children:["This example shows how to process a final ",(0,a.jsx)(t.code,{children:"Task"})," object."]}),"\n",(0,a.jsxs)(n,{children:[(0,a.jsx)("summary",{children:(0,a.jsx)("strong",{children:"_send_final_response_to_external"})}),(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"Before:"})}),(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-python",children:'from solace_agent_mesh.common.types import Task, TaskState, TextPart\n\nasync def _send_final_response_to_external(self, context: Dict, task_data: Task) -> None:\n task_id = task_data.id\n final_status_text = ":checkered_flag: Task complete."\n\n if task_data.status.state == TaskState.FAILED:\n error_message_text = ""\n if task_data.status.message and task_data.status.message.parts:\n for part in task_data.status.message.parts:\n if isinstance(part, TextPart):\n error_message_text = part.text\n break\n final_status_text = f":x: Error: Task failed. {error_message_text}".strip()\n\n # ... use final_status_text and task_id\n'})}),(0,a.jsx)(t.p,{children:(0,a.jsx)(t.strong,{children:"After:"})}),(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-python",children:'from solace_agent_mesh.common import a2a\nfrom a2a.types import Task, TaskState\n\nasync def _send_final_response_to_external(self, context: Dict, task_data: Task) -> None:\n # Use helpers to safely access properties\n task_id = a2a.get_task_id(task_data)\n task_status = a2a.get_task_status(task_data)\n\n final_status_text = ":checkered_flag: Task complete."\n\n if task_status == TaskState.failed:\n error_message_text = ""\n if task_data.status and task_data.status.message:\n # Use helper to extract all text from the message\n error_message_text = a2a.get_text_from_message(task_data.status.message)\n final_status_text = f":x: Error: Task failed. {error_message_text}".strip()\n\n # ... use final_status_text and task_id\n'})})]})]})}function h(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>i,x:()=>o});var s=n(6540);const a={},r=s.createContext(a);function i(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:i(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[1445],{3190:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>l,contentTitle:()=>r,default:()=>g,frontMatter:()=>a,metadata:()=>t,toc:()=>c});const t=JSON.parse('{"id":"documentation/deploying/debugging","title":"Diagnosing and Resolving Problems","description":"Effective debugging in Agent Mesh requires a systematic approach that leverages the platform\'s distributed architecture. Because your system consists of multiple agents communicating through a Solace event broker, issues can arise at various levels\u2014from individual agent logic to inter-component communication patterns.","source":"@site/docs/documentation/deploying/debugging.md","sourceDirName":"documentation/deploying","slug":"/documentation/deploying/debugging","permalink":"/solace-agent-mesh/docs/documentation/deploying/debugging","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/deploying/debugging.md","tags":[],"version":"current","sidebarPosition":30,"frontMatter":{"title":"Diagnosing and Resolving Problems","sidebar_position":30},"sidebar":"docSidebar","previous":{"title":"Monitoring Your Agent Mesh","permalink":"/solace-agent-mesh/docs/documentation/deploying/observability"},"next":{"title":"Migration Guide: Upgrading to the A2A SDK","permalink":"/solace-agent-mesh/docs/documentation/migrations/a2a-upgrade/a2a-gateway-upgrade-to-0.3.0"}}');var s=i(4848),o=i(8453);const a={title:"Diagnosing and Resolving Problems",sidebar_position:30},r="Diagnosing and Resolving Problems",l={},c=[{value:"Isolating Components",id:"isolating-components",level:2},{value:"Examining STIM Files",id:"examining-stim-files",level:2},{value:"Monitoring Event Broker Activity",id:"monitoring-event-broker-activity",level:2},{value:"Using Debug Mode",id:"using-debug-mode",level:2},{value:"Setting Up VSCode Debugging",id:"setting-up-vscode-debugging",level:3},{value:"Invoking Agents Directly",id:"invoking-agents-directly",level:2},{value:"Using Tools for Direct Message Testing",id:"using-tools-for-direct-message-testing",level:3},{value:"Formatting Messages for Direct Invocation",id:"formatting-messages-for-direct-invocation",level:3},{value:"Analyzing System Logs",id:"analyzing-system-logs",level:2},{value:"Understanding Default Logging Configuration",id:"understanding-default-logging-configuration",level:3},{value:"Managing Log Rotation",id:"managing-log-rotation",level:2},{value:"Customizing Log Retention Settings",id:"customizing-log-retention-settings",level:3}];function d(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,o.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"diagnosing-and-resolving-problems",children:"Diagnosing and Resolving Problems"})}),"\n",(0,s.jsx)(n.p,{children:"Effective debugging in Agent Mesh requires a systematic approach that leverages the platform's distributed architecture. Because your system consists of multiple agents communicating through a Solace event broker, issues can arise at various levels\u2014from individual agent logic to inter-component communication patterns."}),"\n",(0,s.jsxs)(n.p,{children:["The key to successful debugging lies in understanding where problems might occur and having the right tools to investigate each layer of your system. Agent Mesh provides comprehensive observability features that serve as your foundation for debugging activities. For detailed information about these monitoring capabilities, see ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/deploying/observability",children:"Observability"}),"."]}),"\n",(0,s.jsx)(n.p,{children:"This guide presents proven debugging strategies arranged from simple isolation techniques to advanced diagnostic methods. Each approach targets different types of issues, allowing you to choose the most effective method based on your specific situation."}),"\n",(0,s.jsx)(n.h2,{id:"isolating-components",children:"Isolating Components"}),"\n",(0,s.jsx)(n.p,{children:"When facing complex issues in a multi-agent system, isolation becomes your most powerful debugging technique. By running only the components directly related to your problem, you eliminate variables and focus your investigation on the most likely sources of trouble."}),"\n",(0,s.jsx)(n.p,{children:"Component isolation works because it reduces system complexity to manageable levels. Instead of trying to understand interactions across dozens of agents, you can focus on a small subset and verify their behavior in controlled conditions."}),"\n",(0,s.jsx)(n.p,{children:"The Agent Mesh CLI provides precise control over which components run in your debugging session. You can specify exactly which configuration files to load, creating a minimal environment that includes only the agents you need to investigate."}),"\n",(0,s.jsx)(n.p,{children:"For example, if you're debugging an issue with a specific tool integration, you might run only the orchestrator and the problematic tool agent:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-bash",children:"sam run configs/agents/my_tool_1.yaml configs/agents/my_tool_2.yaml\n"})}),"\n",(0,s.jsxs)(n.p,{children:["This command creates a focused debugging environment that includes only the agents defined in ",(0,s.jsx)(n.code,{children:"my_tool_1.yaml"})," and ",(0,s.jsx)(n.code,{children:"my_tool_2.yaml"}),". By eliminating unrelated components, you reduce log noise and make it easier to trace the specific interactions that might be causing problems."]}),"\n",(0,s.jsx)(n.p,{children:"This isolation approach is particularly effective when you suspect issues with agent-to-agent communication, configuration problems, or logic errors within specific agents."}),"\n",(0,s.jsx)(n.h2,{id:"examining-stim-files",children:"Examining STIM Files"}),"\n",(0,s.jsx)(n.p,{children:"STIM files serve as your detailed forensic evidence when debugging complex issues. These comprehensive traces capture every aspect of how requests flow through your system, making them invaluable for understanding problems that span multiple agents or involve timing-sensitive interactions."}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/deploying/observability#stimulus-logs",children:"STIM files"})," provide the most complete picture available of stimulus lifecycles. Unlike real-time monitoring tools that show current activity, STIM files preserve historical data that you can analyze repeatedly and share with team members for collaborative debugging."]}),"\n",(0,s.jsxs)(n.p,{children:["Each ",(0,s.jsx)(n.code,{children:".stim"})," file contains a complete record of all Solace event broker events related to a single stimulus, from the initial user request through every agent interaction to the final response delivery. This comprehensive coverage makes STIM files particularly useful for debugging issues that involve:"]}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsx)(n.li,{children:"Multi-agent workflows where the problem might occur at any step"}),"\n",(0,s.jsx)(n.li,{children:"Timing-related issues where sequence and duration matter"}),"\n",(0,s.jsx)(n.li,{children:"Intermittent problems that are difficult to reproduce in real-time"}),"\n",(0,s.jsx)(n.li,{children:"Performance bottlenecks that require detailed timing analysis"}),"\n"]}),"\n",(0,s.jsx)(n.p,{children:"When examining STIM files, look for patterns in agent response times, unexpected message routing, or missing interactions that should have occurred based on your system design."}),"\n",(0,s.jsx)(n.h2,{id:"monitoring-event-broker-activity",children:"Monitoring Event Broker Activity"}),"\n",(0,s.jsx)(n.p,{children:"Real-time Solace event broker monitoring provides immediate insights into your system's communication patterns and helps identify issues as they occur. This approach complements STIM file analysis by giving you live visibility into message flows and event interactions."}),"\n",(0,s.jsx)(n.p,{children:"Broker-level monitoring is particularly valuable because it shows the actual communication happening between components, regardless of how agents are configured or what they report about their own status. This ground-truth perspective helps identify discrepancies between expected and actual behavior."}),"\n",(0,s.jsxs)(n.p,{children:["For comprehensive guidance on Solace event broker monitoring techniques and tools, see ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/deploying/observability#monitoring-event-broker-activity",children:"Monitoring Event Broker Activity"}),"."]}),"\n",(0,s.jsx)(n.h2,{id:"using-debug-mode",children:"Using Debug Mode"}),"\n",(0,s.jsx)(n.p,{children:"Interactive debugging provides the deepest level of investigation capability by allowing you to pause execution and examine system state in real-time. Because Agent Mesh is built on Python, you can leverage standard Python debugging tools and IDE features to step through code execution and inspect variables."}),"\n",(0,s.jsx)(n.p,{children:"This approach is most effective when you've already isolated the problem to specific components and need to understand exactly what's happening within agent logic or framework code."}),"\n",(0,s.jsx)(n.h3,{id:"setting-up-vscode-debugging",children:"Setting Up VSCode Debugging"}),"\n",(0,s.jsx)(n.p,{children:"VSCode provides an excellent debugging environment for Agent Mesh development. The integrated debugger allows you to set breakpoints, step through code execution, and inspect variables in real-time, making it easier to understand complex agent interactions and identify logic errors."}),"\n",(0,s.jsxs)(n.p,{children:["Configure debugging by creating or updating your ",(0,s.jsx)(n.code,{children:".vscode/launch.json"})," file:"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-json",children:'{\n "version": "0.2.0",\n "configurations": [\n {\n "name": "sam-debug",\n "type": "debugpy",\n "request": "launch",\n "module": "solace_agent_mesh.cli.main",\n "console": "integratedTerminal",\n "envFile": "${workspaceFolder}/.env",\n "args": [\n "run",\n "configs/agents/main_orchestrator.yaml",\n "configs/gateways/webui.yaml"\n // Add any other components you want to run here\n ],\n "justMyCode": false\n }\n ]\n}\n'})}),"\n",(0,s.jsxs)(n.p,{children:["The ",(0,s.jsx)(n.code,{children:'"justMyCode": false'})," setting is particularly important because it allows you to step into Agent Mesh framework code, not just your custom agent logic. This capability is valuable when debugging issues that might involve framework behavior or when you need to understand how your agents interact with the underlying platform."]}),"\n",(0,s.jsx)(n.p,{children:"To start a debugging session:"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["Open the ",(0,s.jsx)(n.strong,{children:"RUN AND DEBUG"})," panel in the left sidebar"]}),"\n",(0,s.jsxs)(n.li,{children:["Select ",(0,s.jsx)(n.code,{children:"sam-debug"})," from the configuration dropdown"]}),"\n",(0,s.jsxs)(n.li,{children:["Click the ",(0,s.jsx)(n.strong,{children:"Play"})," button to launch your system in debug mode"]}),"\n"]}),"\n",(0,s.jsx)(n.p,{children:"Once running, you can set breakpoints in your agent code, framework files, or any Python modules your system uses. When execution hits a breakpoint, you can inspect variable states, evaluate expressions, and step through code line by line to understand exactly what's happening."}),"\n",(0,s.jsx)(n.h2,{id:"invoking-agents-directly",children:"Invoking Agents Directly"}),"\n",(0,s.jsx)(n.p,{children:"Direct agent invocation provides a powerful technique for isolating and testing individual agents outside of normal user workflows. This approach helps you verify that specific agents work correctly in isolation, making it easier to determine whether problems lie within agent logic or in the broader system interactions."}),"\n",(0,s.jsx)(n.p,{children:"You can invoke agents directly through two primary methods: using the web UI's agent selection dropdown for quick testing, or sending messages directly through the Solace event broker for more controlled testing scenarios."}),"\n",(0,s.jsx)(n.p,{children:"The Solace event broker-based approach gives you complete control over message content and timing, making it ideal for testing edge cases, error conditions, or specific message formats that might be difficult to generate through normal user interactions."}),"\n",(0,s.jsx)(n.h3,{id:"using-tools-for-direct-message-testing",children:"Using Tools for Direct Message Testing"}),"\n",(0,s.jsx)(n.p,{children:"Several tools facilitate direct message testing, each suited to different debugging scenarios:"}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:(0,s.jsx)(n.a,{href:"https://marketplace.visualstudio.com/items?itemName=solace-tools.solace-try-me-vsc-extension",children:"Solace Try Me VSCode Extension"})}),": Integrates directly into your development environment, making it convenient to test messages without switching contexts. This tool is particularly useful during active development when you need to quickly verify agent behavior."]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:(0,s.jsx)(n.a,{href:"https://github.com/SolaceLabs/solace-tryme-cli",children:"Solace Try Me (STM) CLI Tool"})}),": Provides command-line access for scripted testing and automation. This tool excels in scenarios where you need to send multiple test messages or integrate testing into automated workflows."]}),"\n",(0,s.jsx)(n.h3,{id:"formatting-messages-for-direct-invocation",children:"Formatting Messages for Direct Invocation"}),"\n",(0,s.jsx)(n.p,{children:"Understanding the exact message format is crucial for successful direct agent testing. The following structure represents how the Agent Mesh framework expects messages to be formatted:"}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Topic Structure"}),":"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"[NAME_SPACES]a2a/v1/agent/request/<agent_name>\n"})}),"\n",(0,s.jsxs)(n.p,{children:["Replace ",(0,s.jsx)(n.code,{children:"<agent_name>"})," with the specific agent you want to test. The namespace prefix should match your system configuration."]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Required User Properties"}),":"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"userId: test-0000\nclientId: test-0000\nreplyTo: [NAME_SPACES]a2a/v1/gateway/response/0000000/task-0000000\na2aUserConfig: {}\n"})}),"\n",(0,s.jsx)(n.p,{children:"These properties provide essential context that agents expect, including user identification and response routing information."}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Message Payload"}),":"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-json",children:'{\n "jsonrpc": "2.0",\n "id": "000000000",\n "method": "tasks/sendSubscribe",\n "params": {\n "id": "task-0000000",\n "sessionId": "web-session-00000000",\n "message": {\n "role": "user",\n "parts": [\n {\n "type": "text",\n "text": "Hello World!"\n }\n ]\n },\n "acceptedOutputModes": [\n "text"\n ],\n "metadata": {\n "system_purpose": "The system is an AI Chatbot with agentic capabilities. It uses the agents available to provide information, reasoning and general assistance for the users in this system. **Always return useful artifacts and files that you create to the user.** Provide a status update before each tool call. Your external name is Agent Mesh.\\n",\n "response_format": "Responses should be clear, concise, and professionally toned. Format responses to the user in Markdown using appropriate formatting.\\n"\n }\n }\n}\n'})}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Expected Response Topic"}),":"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{children:"[NAME_SPACES]a2a/v1/gateway/response/0000000/task-0000000\n"})}),"\n",(0,s.jsx)(n.p,{children:"Subscribe to this topic to receive the agent's response. The response will follow the same JSON-RPC format and contain the agent's output."}),"\n",(0,s.jsx)(n.p,{children:"By sending carefully crafted requests and observing responses, you can verify agent behavior in complete isolation. This technique helps distinguish between agent-specific issues and broader system problems, significantly streamlining your debugging process."}),"\n",(0,s.jsx)(n.h2,{id:"analyzing-system-logs",children:"Analyzing System Logs"}),"\n",(0,s.jsx)(n.p,{children:"System logs serve as your comprehensive record of application behavior, capturing everything from routine operations to error conditions. These logs provide a different perspective than STIM files or Solace event broker monitoring\u2014they focus on internal application state and framework behavior rather than message flows."}),"\n",(0,s.jsx)(n.p,{children:"Understanding system logs becomes crucial when debugging issues related to agent initialization, configuration problems, or internal framework errors that might not be visible through other observability tools."}),"\n",(0,s.jsx)(n.p,{children:"The logging system in Agent Mesh uses a dual-output approach designed to balance immediate visibility with detailed historical records. This configuration ensures you have both real-time feedback during development and comprehensive logs for post-incident analysis."}),"\n",(0,s.jsx)(n.h3,{id:"understanding-default-logging-configuration",children:"Understanding Default Logging Configuration"}),"\n",(0,s.jsxs)(n.p,{children:["The logging behavior is controlled through the ",(0,s.jsx)(n.code,{children:"configs/logging_config.ini"})," file, which manages both console output and file-based logging with different verbosity levels:"]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Console Output"}),": Displays logs with severity level ",(0,s.jsx)(n.code,{children:"INFO"})," and higher directly to the console (STDOUT). This provides immediate feedback about system status and important events without overwhelming you with debug details during normal operation."]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"File-based Logging"}),": Captures more comprehensive logs with severity level ",(0,s.jsx)(n.code,{children:"DEBUG"})," and higher in a rotating log file named ",(0,s.jsx)(n.code,{children:"sam.log"})," in your project's root directory. This detailed logging includes internal framework operations, detailed timing information, and verbose agent interactions that are valuable for thorough debugging but too noisy for console display."]}),"\n",(0,s.jsx)(n.p,{children:"This dual approach means you can monitor high-level system behavior in real-time while maintaining access to detailed diagnostic information when needed."}),"\n",(0,s.jsx)(n.h2,{id:"managing-log-rotation",children:"Managing Log Rotation"}),"\n",(0,s.jsxs)(n.p,{children:["Log rotation prevents disk space issues while maintaining historical data for analysis. The rotation system is managed by the ",(0,s.jsx)(n.code,{children:"rotatingFileHandler"})," configuration in ",(0,s.jsx)(n.code,{children:"configs/logging_config.ini"}),":"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ini",children:"[handler_rotatingFileHandler]\nclass=logging.handlers.RotatingFileHandler\nlevel=DEBUG\nformatter=simpleFormatter\nargs=('sam.log', 'a', 52428800, 10)\n"})}),"\n",(0,s.jsxs)(n.p,{children:["Understanding the ",(0,s.jsx)(n.code,{children:"args"})," tuple parameters helps you customize log retention based on your specific needs:"]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"File name"})," (",(0,s.jsx)(n.code,{children:"'sam.log'"}),"): The base name for your log files. Rotated files will have numbered extensions (sam.log.1, sam.log.2, etc.)."]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"File mode"})," (",(0,s.jsx)(n.code,{children:"'a'"}),"): Append mode ensures new log entries are added to existing files rather than overwriting them."]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Maximum file size"})," (",(0,s.jsx)(n.code,{children:"52428800"}),"): The size limit in bytes before rotation occurs. The default 50 MB provides substantial logging capacity while keeping individual files manageable."]}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Backup count"})," (",(0,s.jsx)(n.code,{children:"10"}),"): The number of historical log files to retain. This setting balances storage usage with the ability to analyze historical patterns."]}),"\n",(0,s.jsx)(n.h3,{id:"customizing-log-retention-settings",children:"Customizing Log Retention Settings"}),"\n",(0,s.jsx)(n.p,{children:"You can adjust these parameters based on your operational requirements. For example, in a high-traffic production environment, you might want smaller, more frequent rotations:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ini",children:"args=('sam.log', 'a', 20971520, 5)\n"})}),"\n",(0,s.jsx)(n.p,{children:"This configuration creates 20 MB log files and keeps 5 backup copies, providing faster log rotation while consuming less disk space."}),"\n",(0,s.jsx)(n.p,{children:"Conversely, for detailed debugging scenarios, you might prefer larger files with more historical retention:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ini",children:"args=('sam.log', 'a', 104857600, 20)\n"})}),"\n",(0,s.jsx)(n.p,{children:"This approach creates 100 MB log files and retains 20 backup copies, giving you extensive historical data for complex debugging scenarios."}),"\n",(0,s.jsx)(n.p,{children:"These configuration options allow you to balance log verbosity, disk space usage, and historical retention according to your specific debugging and operational needs."})]})}function g(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},8453:(e,n,i)=>{i.d(n,{R:()=>a,x:()=>r});var t=i(6540);const s={},o=t.createContext(s);function a(e){const n=t.useContext(o);return t.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function r(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),t.createElement(o.Provider,{value:n},e.children)}}}]);
|