solace-agent-mesh 1.0.2__py3-none-any.whl → 1.0.3__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.

Files changed (97) hide show
  1. solace_agent_mesh/agent/adk/filesystem_artifact_service.py +32 -39
  2. solace_agent_mesh/agent/adk/services.py +140 -59
  3. solace_agent_mesh/agent/protocol/event_handlers.py +70 -116
  4. solace_agent_mesh/agent/sac/app.py +12 -2
  5. solace_agent_mesh/agent/sac/component.py +37 -1
  6. solace_agent_mesh/agent/tools/builtin_artifact_tools.py +8 -1
  7. solace_agent_mesh/agent/tools/peer_agent_tool.py +92 -84
  8. solace_agent_mesh/agent/utils/artifact_helpers.py +148 -14
  9. solace_agent_mesh/assets/docs/404.html +3 -3
  10. solace_agent_mesh/assets/docs/assets/js/{04989206.674a8007.js → 04989206.da8246cd.js} +1 -1
  11. solace_agent_mesh/assets/docs/assets/js/1023fc19.8e6d174c.js +1 -0
  12. solace_agent_mesh/assets/docs/assets/js/{3d406171.f722eaf5.js → 3d406171.9b081d5f.js} +1 -1
  13. solace_agent_mesh/assets/docs/assets/js/75384d09.c3991823.js +1 -0
  14. solace_agent_mesh/assets/docs/assets/js/9eff14a2.036c35ea.js +1 -0
  15. solace_agent_mesh/assets/docs/assets/js/{aba87c2f.d3e2dcc3.js → aba87c2f.a6b84da6.js} +1 -1
  16. solace_agent_mesh/assets/docs/assets/js/{ae4415af.8e279b5d.js → ae4415af.96189a93.js} +1 -1
  17. solace_agent_mesh/assets/docs/assets/js/b7006a3a.38c0cf3d.js +1 -0
  18. solace_agent_mesh/assets/docs/assets/js/bb2ef573.56931473.js +1 -0
  19. solace_agent_mesh/assets/docs/assets/js/{cc969b05.954186d4.js → cc969b05.bd3e0d6c.js} +1 -1
  20. solace_agent_mesh/assets/docs/assets/js/f284c35a.5aff74ab.js +1 -0
  21. solace_agent_mesh/assets/docs/assets/js/{f897a61a.f8c53b0f.js → f897a61a.862b0514.js} +1 -1
  22. solace_agent_mesh/assets/docs/assets/js/main.dc7db184.js +2 -0
  23. solace_agent_mesh/assets/docs/assets/js/runtime~main.aa687c82.js +1 -0
  24. solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html +3 -3
  25. solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html +3 -3
  26. solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html +8 -6
  27. solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html +4 -4
  28. solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html +3 -3
  29. solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html +3 -3
  30. solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html +3 -3
  31. solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html +3 -3
  32. solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html +3 -3
  33. solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html +3 -3
  34. solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html +3 -3
  35. solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html +3 -3
  36. solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html +3 -3
  37. solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html +9 -9
  38. solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html +4 -4
  39. solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html +5 -5
  40. solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html +4 -4
  41. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html +4 -4
  42. solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html +5 -5
  43. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html +140 -0
  44. solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html +4 -4
  45. solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html +4 -4
  46. solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html +4 -4
  47. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html +4 -4
  48. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html +3 -3
  49. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html +5 -5
  50. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html +3 -3
  51. solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html +3 -3
  52. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html +3 -3
  53. solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html +3 -3
  54. solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html +3 -3
  55. solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html +3 -3
  56. solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html +3 -3
  57. solace_agent_mesh/assets/docs/img/solace-logo-text.svg +18 -0
  58. solace_agent_mesh/assets/docs/lunr-index-1755120326601.json +1 -0
  59. solace_agent_mesh/assets/docs/lunr-index.json +1 -1
  60. solace_agent_mesh/assets/docs/search-doc-1755120326601.json +1 -0
  61. solace_agent_mesh/assets/docs/search-doc.json +1 -1
  62. solace_agent_mesh/assets/docs/sitemap.xml +1 -1
  63. solace_agent_mesh/cli/__init__.py +1 -1
  64. solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py +1 -1
  65. solace_agent_mesh/cli/commands/run_cmd.py +42 -3
  66. solace_agent_mesh/cli/main.py +1 -3
  67. solace_agent_mesh/client/webui/frontend/static/assets/main-BCpII1-0.css +1 -0
  68. solace_agent_mesh/client/webui/frontend/static/assets/main-DzKPMTRs.js +673 -0
  69. solace_agent_mesh/client/webui/frontend/static/index.html +2 -2
  70. solace_agent_mesh/common/exceptions.py +25 -0
  71. solace_agent_mesh/common/utils/initializer.py +3 -3
  72. solace_agent_mesh/common/utils/message_utils.py +79 -0
  73. solace_agent_mesh/config_portal/backend/common.py +1 -1
  74. solace_agent_mesh/config_portal/frontend/static/client/assets/{_index-_7yox_eh.js → _index-xSu2leR8.js} +1 -1
  75. solace_agent_mesh/config_portal/frontend/static/client/assets/{manifest-e5c3acfe.js → manifest-950eb3be.js} +1 -1
  76. solace_agent_mesh/config_portal/frontend/static/client/index.html +1 -1
  77. solace_agent_mesh/gateway/base/component.py +15 -2
  78. solace_agent_mesh/gateway/http_sse/sse_manager.py +23 -1
  79. solace_agent_mesh/templates/plugin_agent_config_template.yaml +1 -1
  80. {solace_agent_mesh-1.0.2.dist-info → solace_agent_mesh-1.0.3.dist-info}/METADATA +55 -45
  81. {solace_agent_mesh-1.0.2.dist-info → solace_agent_mesh-1.0.3.dist-info}/RECORD +85 -81
  82. solace_agent_mesh/assets/docs/assets/js/1023fc19.015679ca.js +0 -1
  83. solace_agent_mesh/assets/docs/assets/js/9eff14a2.1bf8f61c.js +0 -1
  84. solace_agent_mesh/assets/docs/assets/js/b7006a3a.40b10c9d.js +0 -1
  85. solace_agent_mesh/assets/docs/assets/js/bb2ef573.207e6990.js +0 -1
  86. solace_agent_mesh/assets/docs/assets/js/f284c35a.ecc3d195.js +0 -1
  87. solace_agent_mesh/assets/docs/assets/js/main.c6286d7c.js +0 -2
  88. solace_agent_mesh/assets/docs/assets/js/runtime~main.d5133813.js +0 -1
  89. solace_agent_mesh/assets/docs/img/Solace_AI_Framework_README.png +0 -0
  90. solace_agent_mesh/assets/docs/lunr-index-1754075282978.json +0 -1
  91. solace_agent_mesh/assets/docs/search-doc-1754075282978.json +0 -1
  92. solace_agent_mesh/client/webui/frontend/static/assets/main-D11Lmy9p.css +0 -1
  93. solace_agent_mesh/client/webui/frontend/static/assets/main-Gfk3BYn5.js +0 -663
  94. /solace_agent_mesh/assets/docs/assets/js/{main.c6286d7c.js.LICENSE.txt → main.dc7db184.js.LICENSE.txt} +0 -0
  95. {solace_agent_mesh-1.0.2.dist-info → solace_agent_mesh-1.0.3.dist-info}/WHEEL +0 -0
  96. {solace_agent_mesh-1.0.2.dist-info → solace_agent_mesh-1.0.3.dist-info}/entry_points.txt +0 -0
  97. {solace_agent_mesh-1.0.2.dist-info → solace_agent_mesh-1.0.3.dist-info}/licenses/LICENSE +0 -0
@@ -7,21 +7,21 @@ solace_agent_mesh/agent/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
7
7
  solace_agent_mesh/agent/adk/adk_llm.txt,sha256=yXUZn-BgsfNmmQJ28wdLFsW_A8ymrWsD7PMHvmciRIw,7738
8
8
  solace_agent_mesh/agent/adk/app_llm_agent.py,sha256=WOJoUI23i5zPDqubNVVJhWUFvVdY4sRmsYzKmz-DomU,842
9
9
  solace_agent_mesh/agent/adk/callbacks.py,sha256=-PCMdI4nzyRgNRLtfAYmB-L1LcmOJ3NvmV40yKwLb9I,70544
10
- solace_agent_mesh/agent/adk/filesystem_artifact_service.py,sha256=qSIQhG3axaNuKlhlqL8ClUBrKFbU4nQKHErm2N7UQD4,14184
10
+ solace_agent_mesh/agent/adk/filesystem_artifact_service.py,sha256=hH6rP6Vw-gqzOBHVIyGuhxDg5l2vtwXCxAp4dDd3YEE,13628
11
11
  solace_agent_mesh/agent/adk/invocation_monitor.py,sha256=_20-nQXVjGlAEyw9PLFTTvgti-WgqyNE58LPUELUWnA,11671
12
12
  solace_agent_mesh/agent/adk/runner.py,sha256=TTnyz-xGXcVseKo4TkZMZYS6BjYYBHBWocYg3RYmqcI,12757
13
- solace_agent_mesh/agent/adk/services.py,sha256=2qhENvIiyFsPgxYzGP7bayJbQEBlX4hOi3M3nIfSOrU,8677
13
+ solace_agent_mesh/agent/adk/services.py,sha256=8uscr6YsQvXGSnZnaa92KmIhEwvdI42Gb0J46yngPq4,11186
14
14
  solace_agent_mesh/agent/adk/setup.py,sha256=OGjWs4pyUt4zoqgvSj8AyjS-Bp46qleVeT1v_ktw_zY,30445
15
15
  solace_agent_mesh/agent/adk/stream_parser.py,sha256=6eMapFRV9nF8m4pRzfnOpykzK3OF3p6NkgWZvNwTt20,8071
16
16
  solace_agent_mesh/agent/adk/tool_wrapper.py,sha256=eA-Cxeuw080HQlrZiRozHXqEHsYcwByWXQACouB_7kU,5602
17
17
  solace_agent_mesh/agent/adk/models/lite_llm.py,sha256=Enia0uFs2epagavdaCWNnvMFIL7VxRuo0A6mYBQZGWQ,30325
18
18
  solace_agent_mesh/agent/adk/models/models_llm.txt,sha256=eIotHOFSg9h1_pvr1qNuQoPWBSm26XNSWTn8SXzm5kg,4598
19
19
  solace_agent_mesh/agent/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
- solace_agent_mesh/agent/protocol/event_handlers.py,sha256=Kas1I8mEWN3PlSE0ozraiY8oV-QXP-BPoE0aP979nmM,63707
20
+ solace_agent_mesh/agent/protocol/event_handlers.py,sha256=TP9FRU_NSozBe-aGVypYaJSReoIF_ixDNWX48BMLj50,62422
21
21
  solace_agent_mesh/agent/protocol/protocol_llm.txt,sha256=fZrqfT7avWZR4y_kcSgCh7hlayA6fMCgUvq3emKPtDc,1570
22
22
  solace_agent_mesh/agent/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- solace_agent_mesh/agent/sac/app.py,sha256=GBQMVWxcQpZSd9GLRKRiFNDYBW05Rf3SoKGr7U2QgyU,28903
24
- solace_agent_mesh/agent/sac/component.py,sha256=pJNo5FEh8jAIvtaiubGEmRFoAl6muUyoA0QnMHsn6tc,143744
23
+ solace_agent_mesh/agent/sac/app.py,sha256=A-uOGCwO6T9hoBbC-y56wxkOrJRbuEDtAAQEqJ5WlLk,29506
24
+ solace_agent_mesh/agent/sac/component.py,sha256=KTYpRtmJjD_UWEE30ILrowWjp0ER-7rxEgdPYTngcMo,145019
25
25
  solace_agent_mesh/agent/sac/patch_adk.py,sha256=LQhPvwpEVeeDVUgZD-p8CTxft-jRv_OadMR-gR1uTXk,4266
26
26
  solace_agent_mesh/agent/sac/sac_llm.txt,sha256=xOYAScW1Xe651JvZi4LkxRMWlsLCJevVi9hstUKjwfw,8454
27
27
  solace_agent_mesh/agent/sac/task_execution_context.py,sha256=EpX6IWUtlv9ot9aW4_5bjEctJXd-O5Ozmq-FsJE9MBU,7663
@@ -30,18 +30,18 @@ solace_agent_mesh/agent/testing/debug_utils.py,sha256=-nNJUs8aeRnEFbG0ZrXL3-FFcC
30
30
  solace_agent_mesh/agent/testing/testing_llm.txt,sha256=idez5-8jmbzRLCeHf22b7kgRPz6hez846BbJusSYYFM,3457
31
31
  solace_agent_mesh/agent/tools/__init__.py,sha256=OKsqMddhk9q2DA8Jp3SOEcbOwa3QBsP4tDDsY4aVgAg,473
32
32
  solace_agent_mesh/agent/tools/audio_tools.py,sha256=LOjfD2tTsYanIbntpysX4gQZ1e8NHqmv_yQ7iHitvyQ,59717
33
- solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=gY69SUFEeybFymkJWhmtLUduj-sdxl85k1S_aUawiq4,77246
33
+ solace_agent_mesh/agent/tools/builtin_artifact_tools.py,sha256=4zUqrPlBfIz2N3sAZXzk-ZmUCyRqA3-qmnTm3vaCcx4,77526
34
34
  solace_agent_mesh/agent/tools/builtin_data_analysis_tools.py,sha256=nII4SNDYFt1QaHtXpcoFr3mIg3n1QXTNJfm3VQDD394,8767
35
35
  solace_agent_mesh/agent/tools/general_agent_tools.py,sha256=7ygxOwOMacWv7oMQumbIG4XEn3UwRWTSBDuutZPFKj8,21959
36
36
  solace_agent_mesh/agent/tools/image_tools.py,sha256=sLIO-d4006CqJ-YaGYsE-1sfDTMCfI0foPLHieaaFZg,47968
37
- solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=LcqM3udgU-I9_rkhJ1wWIQ9tAV0QS1YT4Z7wYVrlMws,11906
37
+ solace_agent_mesh/agent/tools/peer_agent_tool.py,sha256=ECd3pGOYGpg7YL7olMzXX-EdjaPI9tmcSYuENlBJf40,12127
38
38
  solace_agent_mesh/agent/tools/registry.py,sha256=A4I1RbvQ0b-AFyH4d_vpdAjE3mtoWV_OrObVW3isZbI,1208
39
39
  solace_agent_mesh/agent/tools/test_tools.py,sha256=Bu5nueLX1YFxUFJC2jeG5y3z_s1B3KwqkRAo4TKl4YI,4217
40
40
  solace_agent_mesh/agent/tools/tool_definition.py,sha256=QFgKAZy-3GAmAG_q5XG9gduQRr6uF3ZEo-H05PY1C6s,1690
41
41
  solace_agent_mesh/agent/tools/tools_llm.txt,sha256=PEnUFoYYwmf0RnPpnH5ibb8Qfg8KSD1SFfZNnbL_2lM,7121
42
42
  solace_agent_mesh/agent/tools/web_tools.py,sha256=fS3GwqJmORMx0efrJmU9tij_tqUKG8JlAbaUzYhEaQY,15187
43
43
  solace_agent_mesh/agent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=9lE9NPkw6NDMx-k8RA8E71nK-CmLD14_Tcp0_aIhwzk,35370
44
+ solace_agent_mesh/agent/utils/artifact_helpers.py,sha256=PXyBbFPKyUccPCgGcmqGZWePcR-Sf5i8kvIbO5kQbPY,40710
45
45
  solace_agent_mesh/agent/utils/config_parser.py,sha256=pElDc96YftH3rdBaMCmHDdzPkAEx_kGkU0FrcztKP9E,1665
46
46
  solace_agent_mesh/agent/utils/context_helpers.py,sha256=jWKY5Kpy2KWTYMz4G5AOi8VIu3IbD1LdStpI7j5y-bU,2075
47
47
  solace_agent_mesh/agent/utils/utils_llm.txt,sha256=v2pjxLwvDnexUHqKkGR-nf2ZMexxZ4qrOPFgwpL_wVI,9307
@@ -50,6 +50,7 @@ solace_agent_mesh/common/a2a_protocol.py,sha256=MP1h4Sci0zxfFsTZ2Zy5BLc_ssXJHoRm
50
50
  solace_agent_mesh/common/agent_registry.py,sha256=Ddsw1X57vmInrnhDUqXNRqbi-T1i1rr_3XS6UWCvTkQ,1269
51
51
  solace_agent_mesh/common/common_llm.txt,sha256=-Vq_9TF7yoyMyqPrspZsOau401gt8Dd0d_SfnmUV0m4,9245
52
52
  solace_agent_mesh/common/constants.py,sha256=2lImuxA2sxiS38RNQ4-i1BAwPmekPRnKrhPG4hkJjdE,51
53
+ solace_agent_mesh/common/exceptions.py,sha256=or9OTXM587Ij5yXlF4fagwqXUcRPPDFNX852GPZk09Y,845
53
54
  solace_agent_mesh/common/types.py,sha256=R0CktzIkE9y2uenKCzhZswJ8DOMwaoDWxIeCTvwPwvw,10267
54
55
  solace_agent_mesh/common/client/__init__.py,sha256=V8lbSEpOWNM2XjG5ky7NIUM0Q2HZTexzL3I8WqZfo-w,117
55
56
  solace_agent_mesh/common/client/card_resolver.py,sha256=Q36sujpDkPgEwHHoXZABKdQGfLJ8YfCza1FPoDHC7zw,674
@@ -74,8 +75,9 @@ solace_agent_mesh/common/services/providers/providers_llm.txt,sha256=7y1ZqMWKt5Q
74
75
  solace_agent_mesh/common/utils/__init__.py,sha256=V4B3mUhsqB_3YYdT_JZepEw32OHf4mhzMR7I8I3aV-8,129
75
76
  solace_agent_mesh/common/utils/asyncio_macos_fix.py,sha256=35CBuEX2HSTflDHVWR06_BaM7d_wD8YJ598uQUNS6BE,2846
76
77
  solace_agent_mesh/common/utils/in_memory_cache.py,sha256=AGfyZwqJ7wTjeBBgSKsHWH1v4X8FwpyymCgS8FWVgVI,3316
77
- solace_agent_mesh/common/utils/initializer.py,sha256=byrg3C0tOEs8JcMlBI4MfjVfEBNmqgKvvz5hEgYQiP8,1887
78
+ solace_agent_mesh/common/utils/initializer.py,sha256=qLOInktGtPW-1YDpCciE7Q5ddi8UXGH1a9jPX0qyK04,1866
78
79
  solace_agent_mesh/common/utils/log_formatters.py,sha256=EV8-ryy9mQgGv8hXipKrdXCuqTLvlPeovaAmMmIU3Sg,1443
80
+ solace_agent_mesh/common/utils/message_utils.py,sha256=MFICU-isggU7LJhev0qCm9n5thlhuc1KZ4mt1tNcKKY,2825
79
81
  solace_agent_mesh/common/utils/mime_helpers.py,sha256=lkeNozRUmiYydUKHN1TfjTDaO6MP0Sap5sU36X0efLY,2550
80
82
  solace_agent_mesh/common/utils/push_notification_auth.py,sha256=Jp3W2cqNQK6Q27dLGo2bzCOQcwp23TkgkAcb5CckdAo,4622
81
83
  solace_agent_mesh/common/utils/utils_llm.txt,sha256=6b2N7eWw75MrLdgccVjzaMGA2XG8p6JORQZ_8f0u4G0,5112
@@ -95,7 +97,7 @@ solace_agent_mesh/gateway/gateway_llm.txt,sha256=5WsgJLAOL7qKPGdRU5RBCOplQ-LNZYX
95
97
  solace_agent_mesh/gateway/base/__init__.py,sha256=lOpIGp8W2rFNpLxfpk3VKLA-dBqxwtMxMVlhbaCisJY,72
96
98
  solace_agent_mesh/gateway/base/app.py,sha256=0WLi_JjeHl3H_G77Gctpii7fxdyHnpre0rl1pMiqVEg,10004
97
99
  solace_agent_mesh/gateway/base/base_llm.txt,sha256=FnI25AJQn0-yyULqGTcgIz9hFfw3JsB0e60Q1df5eYc,7725
98
- solace_agent_mesh/gateway/base/component.py,sha256=LFt4SE1MGGXALnmFyB3ulgMrt6K2rw6u-YI2bNFz5_Q,62747
100
+ solace_agent_mesh/gateway/base/component.py,sha256=Tl0g7kPITKIKsP6DTwKgMRBKWAN5AnZs5EPbaxUAFjI,63189
99
101
  solace_agent_mesh/gateway/base/task_context.py,sha256=sFRRHyvBij-xms1f_VFc8om8-xIpRZawIctWtdmi6QY,2446
100
102
  solace_agent_mesh/gateway/http_sse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
103
  solace_agent_mesh/gateway/http_sse/app.py,sha256=4KVkSdQHf8-s5y8HgoadxGwDOOSX17vVWEuUuMzMlEA,6484
@@ -104,7 +106,7 @@ solace_agent_mesh/gateway/http_sse/dependencies.py,sha256=Wjbc5Fidr7k-cJaaV7F9ql
104
106
  solace_agent_mesh/gateway/http_sse/http_sse_llm.txt,sha256=OjZwB6PGUkMX7Yfc5iYIFRSyKRxk5LAIefCDEBAv-Fk,5455
105
107
  solace_agent_mesh/gateway/http_sse/main.py,sha256=1bfLVN4CIY4RUDYsj97lEeaxU8lYPpelAmMuGKJyaZU,17250
106
108
  solace_agent_mesh/gateway/http_sse/session_manager.py,sha256=bHFWcmvavhBTDTiTRhD4WCX1tKLO3_tylaYV_wEnDP8,7424
107
- solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=ygTzB770EwxawoI470rOoo8BpID4ug2H-wIlAHvvN5I,12781
109
+ solace_agent_mesh/gateway/http_sse/sse_manager.py,sha256=c51QIm80Q1G8aOzimk06ZaOH9wv2bl_WREP1GqevLZk,13507
108
110
  solace_agent_mesh/gateway/http_sse/components/__init__.py,sha256=zSidQziYjSrjX5XXXbyBAJ7pgKr0Efy6RXiJiufdq0Q,186
109
111
  solace_agent_mesh/gateway/http_sse/components/components_llm.txt,sha256=SVcC-vB2AeNZKGXS-rX8m_nCjbBJ9oejh0jMmemDrFw,3428
110
112
  solace_agent_mesh/gateway/http_sse/components/visualization_forwarder_component.py,sha256=oHVnv4DK-nP9Mbp6i6CSJ63Ch6lx4epE3Cn0dn3BndQ,3941
@@ -125,13 +127,13 @@ solace_agent_mesh/gateway/http_sse/services/agent_service.py,sha256=JgeuZJyysL4k
125
127
  solace_agent_mesh/gateway/http_sse/services/people_service.py,sha256=PbR6vbImQ95JO7p5fSbraBGsHg84dGVjDz4yd-wbrwg,4596
126
128
  solace_agent_mesh/gateway/http_sse/services/services_llm.txt,sha256=TDPDqcqQHaoDWmp8kB_7VXeCb1B0w7dSkXtpxpozO74,8084
127
129
  solace_agent_mesh/gateway/http_sse/services/task_service.py,sha256=m_6xMo5TvwMmDVDT18BheegUqCYZjglvc6APXp5JrQ8,4366
128
- solace_agent_mesh/cli/__init__.py,sha256=Y3LSfRioSl2xch70pq_ULlvyECXyEtN3krVaWeGyaxk,22
129
- solace_agent_mesh/cli/main.py,sha256=2Oy-Otjso90gMPSNbVVlbN7IJoeOhuSqVuu2n2rj-RM,776
130
+ solace_agent_mesh/cli/__init__.py,sha256=2plzdEEb24FLjE2I2XyBBcJEPYWHccNL4SgtLC_6erg,22
131
+ solace_agent_mesh/cli/main.py,sha256=yFbF4ijz7P6nxj26d-mTC8BnK6NKVnfqPh3y4pDBZqo,831
130
132
  solace_agent_mesh/cli/utils.py,sha256=9Tkqn0YZ69eiIL20C7UI-0EakJcvw36c9Z8YopuZrag,5456
131
133
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
134
  solace_agent_mesh/cli/commands/docs_cmd.py,sha256=vNXyKADt8RrKnP7wsLaj7fBaz6SUgXMMItygHrohE_Y,1953
133
135
  solace_agent_mesh/cli/commands/eval_cmd.py,sha256=yr50DBM3prsGvWmF0tpRA2vnNIpCf5qA3Ec_1nRWLlg,2070
134
- solace_agent_mesh/cli/commands/run_cmd.py,sha256=crs9U4UzegC9Yq88BlmbBaYHJYvvk2TbILqzNHSyX-Y,5462
136
+ solace_agent_mesh/cli/commands/run_cmd.py,sha256=Aw1XIZuZ-hcBuiXTSOi4Af-uz4pmyUktqtTIy6qLaAQ,7520
135
137
  solace_agent_mesh/cli/commands/add_cmd/__init__.py,sha256=IGTXUx_AcoinYlzlZtQsjiCYbe76ZiLqxAcGc6-uoDE,280
136
138
  solace_agent_mesh/cli/commands/add_cmd/add_cmd_llm.txt,sha256=1vhMQFfKVaHsviqceNW_mEts2B8j2mXBY7Ui1qEspGM,10216
137
139
  solace_agent_mesh/cli/commands/add_cmd/agent_cmd.py,sha256=o43Vhz71jeCYfilrC5arH9kJ4w_ZkNKgCwxOVgkfi5U,24276
@@ -143,7 +145,7 @@ solace_agent_mesh/cli/commands/init_cmd/broker_step.py,sha256=FzY7yqRDZqy_B7lXWQ
143
145
  solace_agent_mesh/cli/commands/init_cmd/directory_step.py,sha256=3uPZybhDh84vtXqFfck4__6Dbi9LdqXqs0nRjP3VApY,862
144
146
  solace_agent_mesh/cli/commands/init_cmd/env_step.py,sha256=z1Pkn6bnNRMZHQ8Vau-vR5VLIDmkW9V23MhONCsk5IA,6164
145
147
  solace_agent_mesh/cli/commands/init_cmd/init_cmd_llm.txt,sha256=7atW7HTy_2XQ3UoPttgIlyIF4_Du2068rqZE2imaHP8,13226
146
- solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=Qi6sinV1QM65Ct-Se4SjGhp7U8deKxXjLtRyUUTC6Tw,16141
148
+ solace_agent_mesh/cli/commands/init_cmd/orchestrator_step.py,sha256=dd210sdq1ekohL7XSEqJuJcZPgInw_3LkEakwk1dsvc,16145
147
149
  solace_agent_mesh/cli/commands/init_cmd/project_files_step.py,sha256=bOh7yYuaXIIs0q3-nd1nSVc6P6g6EHoDJjFDlKZVnf4,1352
148
150
  solace_agent_mesh/cli/commands/init_cmd/web_init_step.py,sha256=2iJTmZfwQv2FRILfHmtZEngB1ePDhll7da_UcnGJMlE,3470
149
151
  solace_agent_mesh/cli/commands/init_cmd/webui_gateway_step.py,sha256=l9rGIEHKEDro7pgTLUlFfPYt3sMrYQ8ly4FJvIJA9Ls,6969
@@ -181,7 +183,7 @@ solace_agent_mesh/templates/gateway_component_template.py,sha256=trreZwOFujxkPU6
181
183
  solace_agent_mesh/templates/gateway_config_template.yaml,sha256=sSDJ5C1BO4lTVuRMnCUr6qQTq8BXLUIJrJZrGH7J_0A,1289
182
184
  solace_agent_mesh/templates/logging_config_template.ini,sha256=FggFniB1XZ23CG2lF7Y_3VTey2-9nlXIssFvevXtcSw,1275
183
185
  solace_agent_mesh/templates/main_orchestrator.yaml,sha256=Ig4DwYViFXN-1KFn1gR5CVIEeK0dbC8PxfNz5bFqFAE,1757
184
- solace_agent_mesh/templates/plugin_agent_config_template.yaml,sha256=I6LQngrtxhwMxksp3W5If86Tc4eS7ZrrZP1YDxW52RA,4465
186
+ solace_agent_mesh/templates/plugin_agent_config_template.yaml,sha256=uriYuGHwV6B283vbxkW9dYXuIueYlEzJ6h7khtn9Llg,4469
185
187
  solace_agent_mesh/templates/plugin_custom_config_template.yaml,sha256=5LXQeNoTq6dz2XyRa6_pTZCPQsPO27MF2kHEK8_sv9U,1117
186
188
  solace_agent_mesh/templates/plugin_custom_template.py,sha256=-c7JD_AGfgBqatPMvJBpSDaiwKp5LsbjrKn_sDSAy_4,360
187
189
  solace_agent_mesh/templates/plugin_gateway_config_template.yaml,sha256=JmVLdW3Qoqa0qORNlU8WyVe5FMnQL6FSoZNt65C4IFI,2500
@@ -191,20 +193,20 @@ solace_agent_mesh/templates/plugin_tools_template.py,sha256=GUVw556CtBYE6sHbpXnF
191
193
  solace_agent_mesh/templates/shared_config.yaml,sha256=Wn-w3wFDdHTke0kRQtxGqXuPyh1wX13irvtL-vzTJ0I,3153
192
194
  solace_agent_mesh/templates/templates_llm.txt,sha256=T3h8CcIowTbyBedlfRk7FZww8_xGmnY5fEqGhhdI3JU,9234
193
195
  solace_agent_mesh/templates/webui.yaml,sha256=WJV06elz6A31rLOnQK-0axXpVUY1BcH490A59DM4Og0,1976
194
- solace_agent_mesh/assets/docs/404.html,sha256=hG3hAGxjysrPBI3nluW4s5ags1HSyPnTQCZT77TiTWI,11749
195
- solace_agent_mesh/assets/docs/lunr-index-1754075282978.json,sha256=8rhWtnP3AJ8hr7_koXEuSeHLIUzOXFfH5xyF3AXK028,879638
196
- solace_agent_mesh/assets/docs/lunr-index.json,sha256=8rhWtnP3AJ8hr7_koXEuSeHLIUzOXFfH5xyF3AXK028,879638
197
- solace_agent_mesh/assets/docs/search-doc-1754075282978.json,sha256=e1n9X8VoQGHlbUZVzluvQRq_ixtRNE_2tNiiD64Dawg,303426
198
- solace_agent_mesh/assets/docs/search-doc.json,sha256=e1n9X8VoQGHlbUZVzluvQRq_ixtRNE_2tNiiD64Dawg,303426
199
- solace_agent_mesh/assets/docs/sitemap.xml,sha256=_W5hAZUmflULCrVdW7ONmjQxGxgWBmh5SUurappEYR0,5716
196
+ solace_agent_mesh/assets/docs/404.html,sha256=VpnGuWybYcx6WgSj8IP_Y3oUQfwJg5k4BWSKwMrno3M,11749
197
+ solace_agent_mesh/assets/docs/lunr-index-1755120326601.json,sha256=MyBj_lzUw3et_mW96dpg8ZYDG0zj8skAAwSGssHHGNc,918117
198
+ solace_agent_mesh/assets/docs/lunr-index.json,sha256=MyBj_lzUw3et_mW96dpg8ZYDG0zj8skAAwSGssHHGNc,918117
199
+ solace_agent_mesh/assets/docs/search-doc-1755120326601.json,sha256=hGGO5o2Tozj7Uwv5rG_I4oxZOMoXFrSYUWYQgJCRcsg,316623
200
+ solace_agent_mesh/assets/docs/search-doc.json,sha256=hGGO5o2Tozj7Uwv5rG_I4oxZOMoXFrSYUWYQgJCRcsg,316623
201
+ solace_agent_mesh/assets/docs/sitemap.xml,sha256=3Mt_tEKQVSjkWWslf4fLRiLW33iZ7H-ZOF8SlE1l-eU,5884
200
202
  solace_agent_mesh/assets/docs/assets/css/styles.906a1503.css,sha256=gQj16ydMLPiq6y-t8Ovto65hsvPbQX6coyIFOja-2eY,83293
201
203
  solace_agent_mesh/assets/docs/assets/images/Solace_AI_Framework_With_Broker-85f0a306a9bcdd20b390b7a949f6d862.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
202
204
  solace_agent_mesh/assets/docs/assets/images/sac-flows-80d5b603c6aafd33e87945680ce0abf3.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
203
205
  solace_agent_mesh/assets/docs/assets/images/sac_parts_of_a_component-cb3d0424b1d0c17734c5435cca6b4082.png,sha256=Z7-TCXxDC2fd6iZ3Lkr-F3OHhqr6m_glnzVIcwUhv4k,12283
204
- solace_agent_mesh/assets/docs/assets/js/04989206.674a8007.js,sha256=sAqN83fZ0wP8eoE-86gDDhxhsIkz1NhnkQnmuVx6kt4,10856
206
+ solace_agent_mesh/assets/docs/assets/js/04989206.da8246cd.js,sha256=QXCtpD87OaULCcHfFoZcpdvVn8Rg_Vi8gB2KZzWE71k,10855
205
207
  solace_agent_mesh/assets/docs/assets/js/0e682baa.79f0ab22.js,sha256=vo_dqufQVVowYq2tZCytKkpk8i9yk6fWfifH61Wt7f0,12563
206
208
  solace_agent_mesh/assets/docs/assets/js/1001.0182a8bd.js,sha256=wnldyGaqrut3ES6Q5UDpRGsaNwlX_JoL2FDB_f7_hBI,90563
207
- solace_agent_mesh/assets/docs/assets/js/1023fc19.015679ca.js,sha256=E2Cnd-rAUs_pwCeIrUAaMo2cxhQs6O2ORVH1IBwQYBc,14661
209
+ solace_agent_mesh/assets/docs/assets/js/1023fc19.8e6d174c.js,sha256=58mb_BDq1CBDhkAq-KHu7id2jaqJRk4JNlBSEoz_hyI,14653
208
210
  solace_agent_mesh/assets/docs/assets/js/1039.0bd46aa1.js,sha256=3gOxMCGWPNyBymsv8WkRfDuOlc7UZ1c9c794Q7gmNyQ,71713
209
211
  solace_agent_mesh/assets/docs/assets/js/149.b797a808.js,sha256=BZRazTFuXMaIQkDiXM1Sq9J3QgYa2HJuuJCCs8gQz3w,438
210
212
  solace_agent_mesh/assets/docs/assets/js/1523c6b4.91c7bc01.js,sha256=v1ogoUmCROoFUInhPWfBGgkXUGnoZp1eo6Et_Hw1Lcc,16598
@@ -224,7 +226,7 @@ solace_agent_mesh/assets/docs/assets/js/332e10b5.7a103f42.js,sha256=5vrtNVDFX-_x
224
226
  solace_agent_mesh/assets/docs/assets/js/3624.b524e433.js,sha256=cmS9btCBUGcxCToTFwQeBROmuScAVaIaaRXiMgvRvvg,14839
225
227
  solace_agent_mesh/assets/docs/assets/js/375.708d48db.js,sha256=tnoRKYgl89ieY_0s8NeHjMy9gQvpDQPo5q6kfr5zNt0,4319
226
228
  solace_agent_mesh/assets/docs/assets/js/3834.b6cd790e.js,sha256=LuFdgiur49yMqtwnhUN7ECJ2lPvBaWdDam3OANM5WcM,196
227
- solace_agent_mesh/assets/docs/assets/js/3d406171.f722eaf5.js,sha256=bebVXh4AUNVOnZk1VWu5A45AfC4u8jnMnDi3h49xMQE,37540
229
+ solace_agent_mesh/assets/docs/assets/js/3d406171.9b081d5f.js,sha256=9e-UNk7VTAcGcgUpYLJ-J4ZuhO11fh3imQ0wWi5oWMY,37544
228
230
  solace_agent_mesh/assets/docs/assets/js/4250.95455b28.js,sha256=y3OgeXf-tuJO5M6gJ70aW58HdFE7vZIPX7V4mduXL9c,197
229
231
  solace_agent_mesh/assets/docs/assets/js/42b3f8d8.36090198.js,sha256=nl0lLjm5PISdNCAkYJ4s7TVcO_OYUpf0M0XGUPUzWdM,32810
230
232
  solace_agent_mesh/assets/docs/assets/js/4356.d169ab5b.js,sha256=JJdBrbL2-8tn2jfAGsO1ezjcM37BAIZnZsNYgc4UoZs,195
@@ -250,6 +252,7 @@ solace_agent_mesh/assets/docs/assets/js/6978.ee0b945c.js,sha256=Fabb2n81BbNegY_9
250
252
  solace_agent_mesh/assets/docs/assets/js/7040.cb436723.js,sha256=cmW7CCISvRnJNljTDg4jGJtG6rjSp0nWfZvchAKSdf4,36638
251
253
  solace_agent_mesh/assets/docs/assets/js/7195.412f418a.js,sha256=8VHuob7jbA49epJL54bEU-mtOdSeUFXzqbgThE4walo,46219
252
254
  solace_agent_mesh/assets/docs/assets/js/7280.3fb73bdb.js,sha256=XlDQpYplGuVoEqfXCt8Yzocd9uBTu64VUrNp4LQDyIY,659
255
+ solace_agent_mesh/assets/docs/assets/js/75384d09.c3991823.js,sha256=Pgru2XO5rAO_lO9lXEGwjyxOczOys_UjpiN1HgdNgR4,21666
253
256
  solace_agent_mesh/assets/docs/assets/js/768e31b0.a12673db.js,sha256=Z_dMVEOREsGRvtrEqvembQdYR7KNLH25XVQN423zmh0,12958
254
257
  solace_agent_mesh/assets/docs/assets/js/7845.e33e7c4c.js,sha256=sNEWPWBTnV-BmKI7vkcgRpTYeErGBXRbtH_X5YRnr-c,11143
255
258
  solace_agent_mesh/assets/docs/assets/js/7900.69516146.js,sha256=MWXxfpYNV5CORkPa0r6EyyynbVJrNENknNv0Zb7TqS8,43021
@@ -268,68 +271,69 @@ solace_agent_mesh/assets/docs/assets/js/9278.a4fd875d.js,sha256=Nm7cJgq11XXaYA3W
268
271
  solace_agent_mesh/assets/docs/assets/js/945fb41e.74d728aa.js,sha256=WNHaTRvHobe67Hof0nAk0axf7oruDNTCXl-6ZPxN7EE,15036
269
272
  solace_agent_mesh/assets/docs/assets/js/9616.b75c2f6d.js,sha256=Ry0lLDd8HQzYAHmCKcXJ4iQ-9utISMjqcWk_iURtf1A,20576
270
273
  solace_agent_mesh/assets/docs/assets/js/9793.c6d16376.js,sha256=-Xm7Yt1AJvEcfoYlQ04O5Douk4bsO4mgo_UJN8TVIUY,100459
271
- solace_agent_mesh/assets/docs/assets/js/9eff14a2.1bf8f61c.js,sha256=oco32ciYd-gwV6lbxF1F97RjH6POgzqEJ4ZGtazc-TU,10547
274
+ solace_agent_mesh/assets/docs/assets/js/9eff14a2.036c35ea.js,sha256=TliK20C2MwYnI-MBEzQYmrhnJmVwrBLVDfDLM5gS0cg,10567
272
275
  solace_agent_mesh/assets/docs/assets/js/a3a92b25.26ca071f.js,sha256=fry6wFsGwT2tr3p7WAtzBcH2cTJQyDW3Hqr8VwuHDNE,5778
273
276
  solace_agent_mesh/assets/docs/assets/js/a7bd4aaa.2204d2f7.js,sha256=v9wa2Q1Mt7cayLyMjyDTUT8J_kILQ2idmxDhgyBHlpE,756
274
277
  solace_agent_mesh/assets/docs/assets/js/a94703ab.0438dbc2.js,sha256=drinuntIgk0lUv1Wc_WlHu5I8d5ZDszh329V_5WQrD4,11251
275
278
  solace_agent_mesh/assets/docs/assets/js/aba21aa0.c42a534c.js,sha256=e8uMq6LJqDkt4o-uIbKH2CIw_7cQ4Kthlh4O9UqwWdw,211
276
- solace_agent_mesh/assets/docs/assets/js/aba87c2f.d3e2dcc3.js,sha256=6nsbdrobVJ_07JFUE4cVF2h2sPPaZXRhzzKru9uuKCM,12904
277
- solace_agent_mesh/assets/docs/assets/js/ae4415af.8e279b5d.js,sha256=owjLPZZAp-VBAUAXaxDb7OUCqaz-bNKI6WO2Aj72PZ4,28717
278
- solace_agent_mesh/assets/docs/assets/js/b7006a3a.40b10c9d.js,sha256=v7OOwKRBW4qR5auVHtYeVlIa_iI5wXHlX_4mcs05Fvc,13009
279
+ solace_agent_mesh/assets/docs/assets/js/aba87c2f.a6b84da6.js,sha256=9li8NSwZnXj2OHgJaFLpko4UtEt8SGkxnhc5MschQqI,12903
280
+ solace_agent_mesh/assets/docs/assets/js/ae4415af.96189a93.js,sha256=foZB3o80ODdnliLPU20bcLPR9KD_nIfv_k9cKSB3nHc,29063
281
+ solace_agent_mesh/assets/docs/assets/js/b7006a3a.38c0cf3d.js,sha256=KyT_zYTZfV3mSbQbrRFqY7f-Vcjy8ncOVzD7EOugRV8,13013
279
282
  solace_agent_mesh/assets/docs/assets/js/bac0be12.f50d9bac.js,sha256=quA_kaWdOjhBBpvq5jhKpSqEKaOqy8y4oITXTObG8Yk,17998
280
- solace_agent_mesh/assets/docs/assets/js/bb2ef573.207e6990.js,sha256=tdTNnNPV8wCR68lGrs1ygXWAxvDGIqmIlMeIROYLmis,1941
283
+ solace_agent_mesh/assets/docs/assets/js/bb2ef573.56931473.js,sha256=A0zhy4tlM8KYhNvtPjIMieJjrwakFCVwQKbBaavD_6k,1937
281
284
  solace_agent_mesh/assets/docs/assets/js/c2c06897.63b76e9e.js,sha256=8FaFZTUCUPq92ZQNNdJ8d0YVOCUlsnPki29AxOdxthQ,14956
282
- solace_agent_mesh/assets/docs/assets/js/cc969b05.954186d4.js,sha256=W35TNAX4nb6fGYxgFTrdbzN5yRXs_8L9XH-0zeIb6B4,23065
285
+ solace_agent_mesh/assets/docs/assets/js/cc969b05.bd3e0d6c.js,sha256=9LqCerLmI1iU53gH096nOvASEvXnC3RvcNRKiS91LmE,23069
283
286
  solace_agent_mesh/assets/docs/assets/js/cd3d4052.ca6eed8c.js,sha256=R2EZA9XN5vfFQN76wBKs3DP8xFXliLT-XiiVWzJ8Oiw,9751
284
287
  solace_agent_mesh/assets/docs/assets/js/ced92a13.fb92e7ca.js,sha256=96enCMQqnD-_WrFda13oJ3gPLYxmy93LXDFxDuxA5JY,25255
285
288
  solace_agent_mesh/assets/docs/assets/js/cee5d587.f5b73ca1.js,sha256=ciDSktNPCP_cmpHCR-ycCpuFEeVmbV_D8uHydRZ225w,9508
286
- solace_agent_mesh/assets/docs/assets/js/f284c35a.ecc3d195.js,sha256=P4i0cPXuE_RWCNGAGhof2VyAj6ko46gLFvDNH26PUlQ,17624
287
- solace_agent_mesh/assets/docs/assets/js/f897a61a.f8c53b0f.js,sha256=qSJ-ZzGK40ar1WBIC8CZB2VgDEfokt_q9J3dekPqBA8,13833
289
+ solace_agent_mesh/assets/docs/assets/js/f284c35a.5aff74ab.js,sha256=Zv9gv-tZFSJR718bElFXJMgnDQzM-AtfsbcD_Hd3RrY,18213
290
+ solace_agent_mesh/assets/docs/assets/js/f897a61a.862b0514.js,sha256=hD0AMhMENVR89kBP_tEqVcng2knd7klqNLV0pozLevs,13959
288
291
  solace_agent_mesh/assets/docs/assets/js/fbfa3e75.aca209c9.js,sha256=vmq7isB22h2J_2cVIt1h6D2OhwU6wTBEnk1-CNZv9Wk,7314
289
- solace_agent_mesh/assets/docs/assets/js/main.c6286d7c.js,sha256=NsfwHua3qP1Wg9LFbpG1cA4uM2sYNtFI2-_sXUz-_jU,478837
290
- solace_agent_mesh/assets/docs/assets/js/main.c6286d7c.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
291
- solace_agent_mesh/assets/docs/assets/js/runtime~main.d5133813.js,sha256=Pqpz0pBEYwFqlbWD4rP9oG9inKoD5EZ0_BwDXwoiXs0,5940
292
- solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=Z8EqGnCnd4DAgLa1F8nBSWwBFLCSOu5PjN0nMJTxsQE,30788
293
- solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=IBtKEA3f4HiS7WJuQ1MXLscaMSWCdsjYiPvtkuKMhkc,31979
294
- solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=wojDZwAD9BFkkgz8pnqCz61RDCJo9uliUEAxdGO-n2M,48824
295
- solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=ZUbP-v7rTmOWu9HHJedtmRsF5G9hHXPsorsPbvclxFo,29346
296
- solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=rMQuF3oD2PLhjP1h8lApmW06j4Vw6rjUNDo_ohcyTBo,23051
297
- solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=kcWJp8xRZ2LbQhZPDm-hrHTGOh0joXhPURNDvvI33LQ,33086
298
- solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=LyP5FoVvCZJwgJnAxwmGhq91zRAi3R2RiJ_3mSfAT0k,44831
299
- solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=UVIDS_Rpw4YHZjEVugSg4J2DFD6eiqSRWSmC_0ZI6VA,41745
300
- solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=HsNPMMvfOT34qWykzntV-bQBdU0ofHV3jXrlSM1Ilmw,25285
301
- solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html,sha256=OPF_tcr5ZEpXH-OfwjqCkqbxByKxdOInZ60-R14LXmQ,17398
302
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=aB7u7laDE-C4j_BDbLM2CBvmwOAkPEKrqsWrjEQa5Pg,20919
303
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=BlGLYr3pR48BWzgoN4GgVa57twEuYheVYd81GtHMO1s,31751
304
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=BUw0FaYBGA2sDArHOSoIzp_MVvI3-SIw1XlUs9TNCIQ,29667
305
- solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=IYm--uc6BE3ymtNQbDydVZ0YWmJ7GAwm4u01uQLGOyU,36533
306
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=wh7BXj3SHcpY8zPn9yJ0V6EpLQBMSQHz-IXKECIMaHc,74236
307
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=bAwGuU9BN5jKgtyW9XlV_zfor1xSWLD8_PzR0Vq-uhA,323733
308
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=ltTIo0_WFbVF7GW8JON3xuY1hCbodYxuaoThkIOaknY,68242
309
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=71GA1GFC9ry4nD9H_zgYEoNGRAgnOYSF7VPyFMCtaw0,64010
310
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=f_VKQhTM_eiGBsMYhP54VrIlV-Yxy1zVSkUwj9TCr9g,86554
311
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=RFA0gJpjYOVIWNecnyqB272qqWd-73O5r5WktzO0aqc,45685
312
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=MvdsRSQVDGTEGbJiN1fDz_GHtNHZMB96Z_yGAL4LpKE,48936
313
- solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=yXka9qYo2o_SQld46U-LjC6wYl8FO5OUT89zYO5_1ZQ,68263
314
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=l3Fe8dHFxF0_b4YQfFcY80HbYyOTIZ-HqWVfFWYvpVw,43835
315
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=Ax0kEOOR6u5fNY82B8lRd6zWvNK_tUvGTEpt8o7v44w,33843
316
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=KgjTzaq_AwHbmiGHdKwtZfOpkW19XKqtTw8CYNar3N8,57386
317
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=yTD7JswYUpjqhesiDXL1w_pZX0wMkLYixf8qvwqW9-c,36863
318
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=3SQhIlMY0IrKdpWljOJClOBHcs0j3uXiv11u1MCR1L4,49659
319
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=h7wKy4rvkq3Wj5iGRpEmhhCWuR0-Ro8w-7zl6hvFGeE,154378
320
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=UevaQ3izuJMlpJ-cYed5N-9MvRhECsSiWdgUwaMfXpA,401884
321
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=ptOct76Z4_-1orYkb2ccJ5cBQlir0iTkuMsgWs61lY0,58643
322
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=X8UY3i1_zDQY0LV6jlfDK1aq2BPHTZjh6Go5w8Hp1fc,24794
323
- solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=AqrzSim7Iyl5CakW1tVWwyWdN6w24oQzpji2ungjknY,28802
324
- solace_agent_mesh/assets/docs/img/Solace_AI_Framework_README.png,sha256=LP69V3dxU9G0RgIDnAAxn2ujgMWu2LPz-j6ECg6-Ydc,2397527
292
+ solace_agent_mesh/assets/docs/assets/js/main.dc7db184.js,sha256=4haF3JMHLnt82F-cmy9tsnWCytzIsyUifRN03IrtMAw,479392
293
+ solace_agent_mesh/assets/docs/assets/js/main.dc7db184.js.LICENSE.txt,sha256=3Jia5o7yaxOtbxuy9khs-thK96m55yCiPaUA-IkWh0A,2069
294
+ solace_agent_mesh/assets/docs/assets/js/runtime~main.aa687c82.js,sha256=sjr4HLlGpw_NjKtIqyM8EQgbDxoG_4lpwaW1s2CaUgA,5990
295
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/agents/index.html,sha256=0nVaWiZVyBFZsANq8UrhUzfh6L5qR8MLa06aydenZck,30787
296
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/architecture/index.html,sha256=LaCt6ipUFulTpTL6OKfE3A8RgBQSuj5doB-dzfn9nzQ,31979
297
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/cli/index.html,sha256=7GxnZbWKRj6KTCx-oWEdyyKOXud4vtj_Cf3eOI6_LxA,49428
298
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/gateways/index.html,sha256=xlPbhIZGtMjVsg1Ve4DaJGJRbWTcEeJrdxMXAvkL1w0,29345
299
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/orchestrator/index.html,sha256=F5HOarSDbL9PgWmeuZf4wIzk1kejDXjCdH8zNdOjKD8,23051
300
+ solace_agent_mesh/assets/docs/docs/documentation/concepts/plugins/index.html,sha256=0K3ecW2UyfZiD9IgyAjjRyZjwytwN6jXs3WhHCIUp6Y,33086
301
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/debugging/index.html,sha256=yODFdpEqQ1Fm2yk4LdwFAkiwnvjBPqA_bmKsbyyRfZg,44831
302
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/deploy/index.html,sha256=h1u1dC7_5r8B2VslwkJ8vlziDo8Vk9uRtaW8m330Dlk,41745
303
+ solace_agent_mesh/assets/docs/docs/documentation/deployment/observability/index.html,sha256=lVKgM7E9MmAgc7K4ojpoWV4OdbnUrDWjgrKkmVHgXJA,25285
304
+ solace_agent_mesh/assets/docs/docs/documentation/enterprise/index.html,sha256=GoyIJkti0JlA-3Td8Bf59SCYGcHKnnBZLSfc2njHuIo,17394
305
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/component-overview/index.html,sha256=P3-jm-tig6vAURFk7XG74RWDri6OHZgg2T2NNBR-SvU,20919
306
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/installation/index.html,sha256=TWUa-yKs023HcXuvwrvHKK3R7lekxRrq28XmGvsQZXA,31751
307
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/introduction/index.html,sha256=AgNvDW26CyejWlYp3cJ_nIySo6iO3yFft0N7PLGv9os,29667
308
+ solace_agent_mesh/assets/docs/docs/documentation/getting-started/quick-start/index.html,sha256=8OyDqN1UomXvaf_l5fyq9W2Cm3ym0LgxwitkV0knd5o,36669
309
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/bedrock-agents/index.html,sha256=7OqzEnm8GBGNTON06JVQiSRXANd94wX0F3sp3UZxndo,74458
310
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/custom-agent/index.html,sha256=bq9mrMEPg0-d4OsTnWKhxF-a5CcAcF4n_WG7Mx0OXvE,323959
311
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/event-mesh-gateway/index.html,sha256=TiwxTaMO9qpG1Wt_S_8sc05vlOC8HYJoEqyM3VwOlTs,68464
312
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mcp-integration/index.html,sha256=SuEgBY2OTtDnTq462vzcCUsrPvaQX_tU2EEGM0HwdEU,64232
313
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/mongodb-integration/index.html,sha256=ruFYBbpZxVzrEV-VbhnO37Rnke5nH6Gwls_WvpjpkQY,86780
314
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rag-integration/index.html,sha256=A_UGWbzy71zLOQH7ibtFlnvsvZ95zz_S6uCc3iSQ908,79440
315
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/rest-gateway/index.html,sha256=dcfX0xv7rfJHEzuKfyoKWlOcL5V0SY7yui7rOFZKkJw,45907
316
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/slack-integration/index.html,sha256=S-WTIRvNqR5bnAO_xoJqaqeSqs8ZArNg58ACb0Pu-4Y,49178
317
+ solace_agent_mesh/assets/docs/docs/documentation/tutorials/sql-database/index.html,sha256=58jxElBUWfSpQQHlxB7w9AqoKD0edc1A4TftoCfblNc,68485
318
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/index.html,sha256=Pkt94Fk-vWrfRLvXXpp6tqwuWcQont9SLRxhKwHyRyk,43835
319
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/artifact-management/index.html,sha256=Ni_o99tUcsy5F8IWeeZ6l4yLQBHJRFOVD1Z5Wk7Xlyk,33847
320
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/audio-tools/index.html,sha256=XF8FNOu-VBJCRFiWXaSBAj5ARvoQyjK1v74cIdTWMYA,57386
321
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools/index.html,sha256=X5PNDmwkNJaoDP_i_H6T2_AuDVrzuDN7N6ZFxwN1TXo,36851
322
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/builtin-tools/embeds/index.html,sha256=N1dX19-zYR8f2rP97f61T_AqrfbkhNZQR9qkK_UINw4,49659
323
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-agents/index.html,sha256=4yTx-nT0ImABeM917tWOTHvdz62tcrxs4OyqoZaMb-Q,154378
324
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/create-gateways/index.html,sha256=4PnhVplfApts7U7O1F2FU7xtai0vvToWBHqh9JwadFQ,401884
325
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/creating-service-providers/index.html,sha256=-BDk7U8bnN7z4HENfNpcOZYJbq5Q9qb3xL1zbLiM0Rs,58643
326
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/solace-ai-connector/index.html,sha256=np2_aANBbsvYJq8KgU_JWhKngVufVzjmLnk_hqxMGC4,24794
327
+ solace_agent_mesh/assets/docs/docs/documentation/user-guide/structure/index.html,sha256=mNtrii-lR8KmLfHs_ZpTOCwQeiH9jretHeUXiPdiKNI,28802
325
328
  solace_agent_mesh/assets/docs/img/Solace_AI_Framework_With_Broker.png,sha256=e6MbZpxlY1xJ8U01zQogm8vWgokQqDfhsyPyNxtuS00,447393
326
329
  solace_agent_mesh/assets/docs/img/logo.png,sha256=TdXZ2wnkSkaFrGO-5fy2WcmjGXaGzwE29dM83raxoTg,45439
327
330
  solace_agent_mesh/assets/docs/img/sac-flows.png,sha256=868GgNJGPxn2G6c1Md_0umhg3xuAo7t6HEx8hOKbUJY,21098
328
331
  solace_agent_mesh/assets/docs/img/sac_parts_of_a_component.png,sha256=Z7-TCXxDC2fd6iZ3Lkr-F3OHhqr6m_glnzVIcwUhv4k,12283
332
+ solace_agent_mesh/assets/docs/img/solace-logo-text.svg,sha256=-wslMOppjNAJqbWRfBNaLrEbRhUUwOPe6TJSl9bg8zg,5537
329
333
  solace_agent_mesh/assets/docs/img/solace-logo.png,sha256=XY5zC_yIVxHdO14TMgW4eTsDWryPsgE_oTSJV4CQthw,17627
330
334
  solace_agent_mesh/config_portal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
331
335
  solace_agent_mesh/config_portal/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
332
- solace_agent_mesh/config_portal/backend/common.py,sha256=MwWNiClWhzBVQkNAE-Uf6pmrPRh2fI_H_CJQuG7up2k,3070
336
+ solace_agent_mesh/config_portal/backend/common.py,sha256=mT7BrPMYpUAvABX5kKCmLhd7ShCAtjCIS1QPAgA2X9A,3074
333
337
  solace_agent_mesh/config_portal/backend/plugin_catalog_server.py,sha256=Qr5cFUMyDq0qHDTa9ZRbczTi8BUWPZTvxAv3jRxa3hw,7875
334
338
  solace_agent_mesh/config_portal/backend/server.py,sha256=9KI_eY5vBuu8iREDuNQn8TmvIGbCXF_R6-ZA2-nnis4,23693
335
339
  solace_agent_mesh/config_portal/backend/plugin_catalog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -339,23 +343,23 @@ solace_agent_mesh/config_portal/backend/plugin_catalog/registry_manager.py,sha25
339
343
  solace_agent_mesh/config_portal/backend/plugin_catalog/scraper.py,sha256=j7yJUEKjgsVs7TvSf8Uf_22bKotlYhocIYhfJhTpQPI,21238
340
344
  solace_agent_mesh/config_portal/frontend/static/client/Solace_community_logo.png,sha256=ugNi5vBxTdFZMW2uWNZYcutyk4z8yw9e5KEL5XDcodU,5894
341
345
  solace_agent_mesh/config_portal/frontend/static/client/favicon.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
342
- solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=g5hOGkYYhsC0kftxPaW_Po6k2W3JJCKF6CrECWyBAzA,1419
343
- solace_agent_mesh/config_portal/frontend/static/client/assets/_index-_7yox_eh.js,sha256=Yvzn3hL0jhwjweiy1aeGrsc66ht6ZoLg-jYnIvUmZck,277610
346
+ solace_agent_mesh/config_portal/frontend/static/client/index.html,sha256=1BlIynhUsfmxjsnV93Z7J4LqPoPuutZcRo9C7xJOqt8,1419
347
+ solace_agent_mesh/config_portal/frontend/static/client/assets/_index-xSu2leR8.js,sha256=qppOxigvhdC1uUk1u1rEi0euUsN18uMd3joS1fmASII,277614
344
348
  solace_agent_mesh/config_portal/frontend/static/client/assets/components-B7lKcHVY.js,sha256=0sRyqnbRRwww1gtmCrs2LKKkV3oof13oqEq2kmzBwMg,40041
345
349
  solace_agent_mesh/config_portal/frontend/static/client/assets/entry.client-CEumGClk.js,sha256=beUIdKZx7yRdQKVug52NNgej7_kKA4Wb1yppvlqBqP8,3862
346
350
  solace_agent_mesh/config_portal/frontend/static/client/assets/index-DSo1AH_7.js,sha256=llg7q5i7csyU2UQoobFGNFA_Szk1J8bUDBZMYZ0bckw,217933
347
- solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-e5c3acfe.js,sha256=OHC-RyPoWyFTqKvKkvoDW6_a0_gEV1V8OCv6VAUySA4,781
351
+ solace_agent_mesh/config_portal/frontend/static/client/assets/manifest-950eb3be.js,sha256=FV3ropvTdFT6SePmxK-eh0RMsW7S9VhqJNSVjsHOJ8Q,781
348
352
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-C4XmHinv.js,sha256=eE0D7vH3RMWe6spPF7YqgTTO36szT_0mAYwHUjBGrDg,1799
349
353
  solace_agent_mesh/config_portal/frontend/static/client/assets/root-DxRwaWiE.css,sha256=HaETPzdva-2CpjK-MmIBI6lipZMiGHmAqLRJiD8s2QE,33607
350
354
  solace_agent_mesh/client/webui/frontend/static/auth-callback.html,sha256=LiPrEF-c40umgZXbxwYP6NCNaFVKNQXqqbIXzzgnkx4,493
351
- solace_agent_mesh/client/webui/frontend/static/index.html,sha256=Qe3eAYj8UoA3kYYfq_Y4KyuwXmOuulRpdICrplDj8io,558
355
+ solace_agent_mesh/client/webui/frontend/static/index.html,sha256=Qvi1I257sM2K-xaY7R-KqwHVIJvuOelbWTXfFhiEn_k,558
352
356
  solace_agent_mesh/client/webui/frontend/static/assets/authCallback-DvlO62me.js,sha256=ywTL4zkDWkJPt7XLgrlHXjMhcJ0YkY9GLbrigJajsjw,489
353
357
  solace_agent_mesh/client/webui/frontend/static/assets/client-bp6u3qVZ.js,sha256=_AAv-71pSyphB132FsplpbvkEfI_akuyLvfB-njUKV8,187773
354
358
  solace_agent_mesh/client/webui/frontend/static/assets/favicon-BLgzUch9.ico,sha256=9z1ZdOqroxsg2-FzV79kTJ69hVqWVkrDlIv2RgmIhR8,15086
355
- solace_agent_mesh/client/webui/frontend/static/assets/main-D11Lmy9p.css,sha256=f5nUuPHM6IxbqhkTseKwZHQ1piLK-SLGzfeuvqjCGSY,116029
356
- solace_agent_mesh/client/webui/frontend/static/assets/main-Gfk3BYn5.js,sha256=vjnFiLySETAUot28km64Rarvop17BL8iWEDPDKs2MxI,737378
357
- solace_agent_mesh-1.0.2.dist-info/METADATA,sha256=u8V-K4gJsbUOfocGztNx0dtvDmJnHW9lJgo6ngQZcfc,24670
358
- solace_agent_mesh-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
359
- solace_agent_mesh-1.0.2.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
360
- solace_agent_mesh-1.0.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
361
- solace_agent_mesh-1.0.2.dist-info/RECORD,,
359
+ solace_agent_mesh/client/webui/frontend/static/assets/main-BCpII1-0.css,sha256=sZ9n2WNmgT7v_YBySB21o_NcX541MlrE5bF8EaS-AHc,116452
360
+ solace_agent_mesh/client/webui/frontend/static/assets/main-DzKPMTRs.js,sha256=GeSNKvUWRNUCY3Q7YGyqWc3TYX32N7NIzwtpvhJiKUA,742284
361
+ solace_agent_mesh-1.0.3.dist-info/METADATA,sha256=8nV06e7fkzBcjNmwMJPterLVUFrYWM2Qwgr0fimV8Cg,24331
362
+ solace_agent_mesh-1.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
363
+ solace_agent_mesh-1.0.3.dist-info/entry_points.txt,sha256=5pLVH8d8bd4sxUwBh7VTni8gTTSzTqGfY14zgdQZm1I,106
364
+ solace_agent_mesh-1.0.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
365
+ solace_agent_mesh-1.0.3.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[1462],{3519:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>h,frontMatter:()=>a,metadata:()=>i,toc:()=>d});const i=JSON.parse('{"id":"documentation/user-guide/builtin-tools/data-analysis-tools","title":"Data Analysis Tools","description":"The Solace Agent Mesh (SAM) includes a suite of optional built-in tools that enable agents to perform data analysis tasks directly on artifacts. These tools provide functionality for SQL querying, JQ transformations, and Plotly chart generation.","source":"@site/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md","sourceDirName":"documentation/user-guide/builtin-tools","slug":"/documentation/user-guide/builtin-tools/data-analysis-tools","permalink":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/data-analysis-tools","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/user-guide/builtin-tools/data-analysis-tools.md","tags":[],"version":"current","sidebarPosition":20,"frontMatter":{"title":"Data Analysis Tools","sidebar_position":20},"sidebar":"docSidebar","previous":{"title":"Artifact Management Tools","permalink":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/artifact-management"},"next":{"title":"Audio Tools","permalink":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/audio-tools"}}');var s=t(4848),r=t(8453);const a={title:"Data Analysis Tools",sidebar_position:20},o="Data Analysis Tools",l={},d=[{value:"1. Setup and Configuration",id:"1-setup-and-configuration",level:2},{value:"2. Available Tools",id:"2-available-tools",level:2},{value:"<code>query_data_with_sql</code>",id:"query_data_with_sql",level:3},{value:"<code>create_sqlite_db</code>",id:"create_sqlite_db",level:3},{value:"<code>transform_data_with_jq</code>",id:"transform_data_with_jq",level:3},{value:"<code>create_chart_from_plotly_config</code>",id:"create_chart_from_plotly_config",level:3},{value:"3. Example Workflow: Querying a Large CSV",id:"3-example-workflow-querying-a-large-csv",level:2},{value:"4. Technical Considerations",id:"4-technical-considerations",level:2},{value:"Result Handling",id:"result-handling",level:3},{value:"Security",id:"security",level:3}];function c(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"data-analysis-tools",children:"Data Analysis Tools"})}),"\n",(0,s.jsx)(n.p,{children:"The Solace Agent Mesh (SAM) includes a suite of optional built-in tools that enable agents to perform data analysis tasks directly on artifacts. These tools provide functionality for SQL querying, JQ transformations, and Plotly chart generation."}),"\n",(0,s.jsx)(n.h2,{id:"1-setup-and-configuration",children:"1. Setup and Configuration"}),"\n",(0,s.jsxs)(n.p,{children:["Enable the data analysis tool group in the agent's ",(0,s.jsx)(n.code,{children:"app_config.yml"})," file."]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-yaml",children:'# In your agent\'s app_config:\ntools:\n - tool_type: builtin-group\n group_name: "data_analysis"\n\n# Optional: Configure tool behavior\ndata_tools_config:\n sqlite_memory_threshold_mb: 100\n max_result_preview_rows: 50\n max_result_preview_bytes: 4096\n'})}),"\n",(0,s.jsx)(n.h2,{id:"2-available-tools",children:"2. Available Tools"}),"\n",(0,s.jsx)(n.h3,{id:"query_data_with_sql",children:(0,s.jsx)(n.code,{children:"query_data_with_sql"})}),"\n",(0,s.jsx)(n.admonition,{title:"Enterprise Only",type:"info",children:(0,s.jsx)(n.p,{children:"This feature is available in the Enterprise Edition only."})}),"\n",(0,s.jsx)(n.p,{children:"Executes a SQL query against data stored in a CSV or SQLite artifact."}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Parameters"}),":","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"input_filename"})," (str): The filename of the input artifact (for example, ",(0,s.jsx)(n.code,{children:"'data.csv'"}),", ",(0,s.jsx)(n.code,{children:"'mydatabase.sqlite'"}),"). Supports versioning (for example, ",(0,s.jsx)(n.code,{children:"'data.csv:2'"}),")."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"sql_query"})," (str): The SQL query string to execute."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"output_format"})," (str, optional): The desired format for the output artifact (",(0,s.jsx)(n.code,{children:"'csv'"})," or ",(0,s.jsx)(n.code,{children:"'json'"}),"). Defaults to ",(0,s.jsx)(n.code,{children:"'csv'"}),"."]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Behavior"}),":","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"For CSV Input"}),": The tool loads the CSV data into a temporary in-memory SQLite database table named ",(0,s.jsx)(n.code,{children:"data"})," and executes the query against it."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"For SQLite Input"}),": The tool connects directly to the specified SQLite database artifact in ",(0,s.jsx)(n.strong,{children:"read-only mode"}),"."]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Returns"}),": A dictionary containing the execution status, a preview of the query result, and the ",(0,s.jsx)(n.code,{children:"output_filename"})," where the full result set is stored."]}),"\n"]}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"create_sqlite_db",children:(0,s.jsx)(n.code,{children:"create_sqlite_db"})}),"\n",(0,s.jsx)(n.admonition,{title:"Enterprise Only",type:"info",children:(0,s.jsx)(n.p,{children:"This feature is available in the Enterprise Edition only."})}),"\n",(0,s.jsx)(n.p,{children:"Converts a CSV or JSON artifact into a persistent SQLite database artifact. This is the recommended approach for executing multiple queries on the same dataset, as it avoids repeated parsing of the source file."}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Parameters"}),":","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"input_filename"})," (str): The filename of the input CSV or JSON artifact."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"output_db_filename"})," (str): The desired filename for the output SQLite database artifact (for example, ",(0,s.jsx)(n.code,{children:"'queryable_dataset.sqlite'"}),")."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"table_name"})," (str, optional): The name of the table to be created within the SQLite database. Defaults to ",(0,s.jsx)(n.code,{children:"'data'"}),"."]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Returns"}),": A dictionary confirming the successful creation of the database artifact and providing its ",(0,s.jsx)(n.code,{children:"output_filename"}),"."]}),"\n"]}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"transform_data_with_jq",children:(0,s.jsx)(n.code,{children:"transform_data_with_jq"})}),"\n",(0,s.jsx)(n.admonition,{title:"Enterprise Only",type:"info",children:(0,s.jsx)(n.p,{children:"This feature is available in the Enterprise Edition only."})}),"\n",(0,s.jsx)(n.p,{children:"Applies a JQ expression to transform data from a JSON, YAML, or CSV artifact."}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Parameters"}),":","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"input_filename"})," (str): The filename of the input artifact."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"jq_expression"})," (str): The JQ filter or transformation expression string (for example, ",(0,s.jsx)(n.code,{children:"'.users[] | {name, id}'"}),")."]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Returns"}),": A dictionary containing the execution status, a preview of the transformed data, and the ",(0,s.jsx)(n.code,{children:"output_filename"})," where the full JSON result is stored."]}),"\n"]}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"create_chart_from_plotly_config",children:(0,s.jsx)(n.code,{children:"create_chart_from_plotly_config"})}),"\n",(0,s.jsx)(n.p,{children:"Generates a static chart image (for example, PNG, JPG, SVG) from a Plotly configuration provided as a string."}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Parameters"}),":","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"config_content"})," (str): A JSON or YAML formatted string representing the Plotly ",(0,s.jsx)(n.code,{children:"figure"})," dictionary."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"config_format"})," (str): Specifies whether ",(0,s.jsx)(n.code,{children:"config_content"})," is ",(0,s.jsx)(n.code,{children:"'json'"})," or ",(0,s.jsx)(n.code,{children:"'yaml'"}),"."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"output_filename"})," (str): The desired filename for the output image artifact (for example, ",(0,s.jsx)(n.code,{children:"'sales_chart.png'"}),")."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.code,{children:"output_format"})," (str, optional): The desired image format (",(0,s.jsx)(n.code,{children:"'png'"}),", ",(0,s.jsx)(n.code,{children:"'jpeg'"}),", ",(0,s.jsx)(n.code,{children:"'svg'"}),", etc.). Defaults to ",(0,s.jsx)(n.code,{children:"'png'"}),"."]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Returns"}),": A dictionary confirming the chart's creation and providing its ",(0,s.jsx)(n.code,{children:"output_filename"}),"."]}),"\n"]}),"\n",(0,s.jsx)(n.h2,{id:"3-example-workflow-querying-a-large-csv",children:"3. Example Workflow: Querying a Large CSV"}),"\n",(0,s.jsx)(n.p,{children:"The following workflow demonstrates an efficient method for analyzing a large CSV file:"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"User Request"}),': "I need to run several queries on ',(0,s.jsx)(n.code,{children:"large_data.csv"}),'."']}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Agent Strategy"}),": The agent determines that converting the CSV to a SQLite database is more performant for subsequent queries."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Agent Call 1"}),": The agent calls ",(0,s.jsx)(n.code,{children:"create_sqlite_db"})," to convert ",(0,s.jsx)(n.code,{children:"large_data.csv"})," into a new artifact, ",(0,s.jsx)(n.code,{children:"queryable_data.sqlite"}),"."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Agent Response"}),': "The data has been prepared for querying. What is your first question?"']}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"User Request"}),": \"Find all records where the category is 'Sales'.\""]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Agent Call 2"}),": The agent calls ",(0,s.jsx)(n.code,{children:"query_data_with_sql"}),", targeting the ",(0,s.jsx)(n.strong,{children:(0,s.jsx)(n.code,{children:"queryable_data.sqlite"})})," artifact."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Agent Response"}),": The agent provides the results of the query."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"User Request"}),": \"Now, find the average amount for the 'Marketing' category.\""]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Agent Call 3"}),": The agent calls ",(0,s.jsx)(n.code,{children:"query_data_with_sql"})," again on the ",(0,s.jsxs)(n.strong,{children:["same ",(0,s.jsx)(n.code,{children:"queryable_data.sqlite"})," artifact"]}),", avoiding the overhead of reprocessing the original CSV file."]}),"\n"]}),"\n",(0,s.jsx)(n.h2,{id:"4-technical-considerations",children:"4. Technical Considerations"}),"\n",(0,s.jsx)(n.h3,{id:"result-handling",children:"Result Handling"}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Previews"}),": For ",(0,s.jsx)(n.code,{children:"query_data_with_sql"})," and ",(0,s.jsx)(n.code,{children:"transform_data_with_jq"}),", the tools return a truncated preview of the result directly to the LLM for immediate context."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Full Results"}),": The complete, untruncated result sets are always saved as new artifacts. The LLM is provided with the filename and version of these artifacts."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Accessing Full Results"}),": To utilize the full results, the agent can employ file management tools (",(0,s.jsx)(n.code,{children:"load_artifact"}),") or ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/embeds",children:"Dynamic Embeds"})," (",(0,s.jsx)(n.code,{children:"\xabartifact_content:...\xbb"}),")."]}),"\n"]}),"\n",(0,s.jsx)(n.h3,{id:"security",children:"Security"}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"SQL Execution"}),": Queries against existing SQLite artifacts are performed in ",(0,s.jsx)(n.strong,{children:"read-only mode"})," to prevent data modification. Queries against temporary databases generated from CSVs are isolated."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"JQ Execution"}),": JQ expressions are executed within a sandboxed Python library, not via shell execution."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Resource Usage"}),": Complex queries or transformations can be resource-intensive. Monitor performance and resource consumption accordingly."]}),"\n"]})]})}function h(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>a,x:()=>o});var i=t(6540);const s={},r=i.createContext(s);function a(e){const n=i.useContext(r);return i.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),i.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[9639],{2888:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>r,contentTitle:()=>l,default:()=>h,frontMatter:()=>o,metadata:()=>a,toc:()=>c});const a=JSON.parse('{"id":"documentation/tutorials/slack-integration","title":"Slack Integration","description":"This tutorial integrates a Slack interface into Solace Agent Mesh, enabling interaction with the system directly from your Slack workspace and channels.","source":"@site/docs/documentation/tutorials/slack-integration.md","sourceDirName":"documentation/tutorials","slug":"/documentation/tutorials/slack-integration","permalink":"/solace-agent-mesh/docs/documentation/tutorials/slack-integration","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/tutorials/slack-integration.md","tags":[],"version":"current","sidebarPosition":60,"frontMatter":{"title":"Slack Integration","sidebar_position":60},"sidebar":"docSidebar","previous":{"title":"MongoDB Integration","permalink":"/solace-agent-mesh/docs/documentation/tutorials/mongodb-integration"},"next":{"title":"Enterprise","permalink":"/solace-agent-mesh/docs/documentation/enterprise"}}');var s=t(4848),i=t(8453);const o={title:"Slack Integration",sidebar_position:60},l="Slack Integration",r={},c=[{value:"Setting Up the Environment",id:"setting-up-the-environment",level:2},{value:"Creating the Slack App",id:"creating-the-slack-app",level:2},{value:"App-Level Tokens",id:"app-level-tokens",level:3},{value:"Installing the App in Your Slack Workspace",id:"installing-the-app-in-your-slack-workspace",level:3},{value:"Installing the Slack Gateway",id:"installing-the-slack-gateway",level:2},{value:"Running the Slack Gateway",id:"running-the-slack-gateway",level:2},{value:"Testing the Installation",id:"testing-the-installation",level:2}];function d(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"slack-integration",children:"Slack Integration"})}),"\n",(0,s.jsx)(n.p,{children:"This tutorial integrates a Slack interface into Solace Agent Mesh, enabling interaction with the system directly from your Slack workspace and channels."}),"\n",(0,s.jsx)(n.admonition,{title:"Learn about gateways",type:"info",children:(0,s.jsxs)(n.p,{children:["Read about ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/concepts/gateways",children:"Gateways"})," before you start this tutorial."]})}),"\n",(0,s.jsx)(n.h2,{id:"setting-up-the-environment",children:"Setting Up the Environment"}),"\n",(0,s.jsxs)(n.p,{children:["First, you need to ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/getting-started/installation",children:"install Solace Agent Mesh and Solace Mesh Agent (SAM) CLI"}),", and then ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/getting-started/quick-start",children:"create a new Solace Agent Mesh project"})," or ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/concepts/plugins#create-a-plugin",children:"create a new gateway plugin"}),"."]}),"\n",(0,s.jsx)(n.h2,{id:"creating-the-slack-app",children:"Creating the Slack App"}),"\n",(0,s.jsxs)(n.p,{children:["Next, create a ",(0,s.jsx)(n.a,{href:"https://api.slack.com/apps",children:"Slack Application"})," in your workspace."]}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["Go to the ",(0,s.jsx)(n.a,{href:"https://api.slack.com/apps",children:"Slack Application"})," website."]}),"\n",(0,s.jsxs)(n.li,{children:["Select ",(0,s.jsx)(n.strong,{children:"Your Apps"})," and click ",(0,s.jsx)(n.strong,{children:"Create New App"}),"."]}),"\n",(0,s.jsxs)(n.li,{children:["Choose ",(0,s.jsx)(n.strong,{children:"From a manifest"})," and apply the following configuration.","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsx)(n.li,{children:"You can customize the name and description, but keep the rest of the configuration and settings unchanged."}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-yaml",children:"display_information:\n name: solace-agent-mesh-bot\n description: An app to integrate with Solace Agent Mesh\nfeatures:\n app_home:\n home_tab_enabled: false\n messages_tab_enabled: true\n messages_tab_read_only_enabled: false\n bot_user:\n display_name: Solace Agent Mesh\n always_online: false\noauth_config:\n scopes:\n bot:\n - app_mentions:read\n - bookmarks:read\n - channels:history\n - channels:join\n - channels:manage\n - channels:read\n - chat:write\n - chat:write.customize\n - chat:write.public\n - files:read\n - files:write\n - groups:history\n - groups:read\n - groups:write\n - im:history\n - im:read\n - im:write\n - links:read\n - links:write\n - mpim:history\n - mpim:read\n - mpim:write\n - pins:read\n - pins:write\n - reactions:read\n - reactions:write\n - reminders:read\n - reminders:write\n - team:read\n - usergroups:read\n - usergroups:write\n - users.profile:read\n - users:read.email\n - users:read\n - users:write\n - conversations.connect:read\n - conversations.connect:write\n - incoming-webhook\nsettings:\n event_subscriptions:\n bot_events:\n - app_mention\n - message.groups\n - message.im\n interactivity:\n is_enabled: true\n org_deploy_enabled: false\n socket_mode_enabled: true\n token_rotation_enabled: false\n"})}),"\n",(0,s.jsxs)(n.p,{children:["Then select ",(0,s.jsx)(n.code,{children:"Create"})," to create your new App."]}),"\n",(0,s.jsx)(n.h3,{id:"app-level-tokens",children:"App-Level Tokens"}),"\n",(0,s.jsxs)(n.p,{children:["In your created App, select ",(0,s.jsx)(n.code,{children:"Basic Information"})," under ",(0,s.jsx)(n.code,{children:"Settings"}),". Scroll down to ",(0,s.jsx)(n.code,{children:"App-Level Tokens"})," and click ",(0,s.jsx)(n.code,{children:"Generate Token and Scopes"}),"."]}),"\n",(0,s.jsxs)(n.p,{children:["Provide your token a name, add all available scopes, and then click ",(0,s.jsx)(n.code,{children:"Generate"}),"."]}),"\n",(0,s.jsxs)(n.p,{children:["Make note of the resulting application token (beginning with ",(0,s.jsx)(n.code,{children:"xapp-"}),") - you need it in a future step."]}),"\n",(0,s.jsx)(n.h3,{id:"installing-the-app-in-your-slack-workspace",children:"Installing the App in Your Slack Workspace"}),"\n",(0,s.jsxs)(n.p,{children:["Next, select ",(0,s.jsx)(n.strong,{children:"Install App"})," under ",(0,s.jsx)(n.strong,{children:"Settings"})," and follow the installation flow to install the App in your workspace."]}),"\n",(0,s.jsxs)(n.p,{children:["After installation, the bot token (beginning with ",(0,s.jsx)(n.code,{children:"xoxb-"}),") is visible. Make note of this token."]}),"\n",(0,s.jsx)(n.h2,{id:"installing-the-slack-gateway",children:"Installing the Slack Gateway"}),"\n",(0,s.jsx)(n.p,{children:"After configuring your Slack App, the next step is to add the Slack gateway to Solace Agent Mesh."}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsx)(n.p,{children:"Add the gateway plugin using the Solace Agent Mesh (SAM) CLI:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-sh",children:"sam plugin add slack-bot --plugin sam-slack\n"})}),"\n",(0,s.jsxs)(n.p,{children:["You can change ",(0,s.jsx)(n.code,{children:"slack-bot"})," to any name you prefer for your gateway."]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsx)(n.p,{children:"Configure the required environment variables:"}),"\n",(0,s.jsxs)(n.p,{children:["The Slack interface requires two authentication tokens. Add these to your ",(0,s.jsx)(n.code,{children:".env"})," file in the project root directory using the tokens generated during Slack App setup:"]}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-env",children:"SLACK_BOT_TOKEN=xoxb-xxxxxxxxxx\nSLACK_APP_TOKEN=xapp-xxxxxxxxxx\n"})}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.admonition,{type:"tip",children:(0,s.jsxs)(n.p,{children:["You can further customize the Slack gateway by updating the ",(0,s.jsx)(n.code,{children:"configs/gateways/slack-bot.yaml"})," file. This file contains the configuration for the Slack gateway, including the initial status message, the gateway system purpose, and response format."]})}),"\n",(0,s.jsx)(n.h2,{id:"running-the-slack-gateway",children:"Running the Slack Gateway"}),"\n",(0,s.jsx)(n.p,{children:"Launch the Slack gateway with:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-sh",children:"sam run configs/gateways/slack-bot.yaml\n"})}),"\n",(0,s.jsxs)(n.p,{children:["For detailed information about available SAM CLI commands, see ",(0,s.jsx)(n.a,{href:"/solace-agent-mesh/docs/documentation/concepts/cli",children:"Solace Agent Mesh CLI"}),"."]}),"\n",(0,s.jsx)(n.h2,{id:"testing-the-installation",children:"Testing the Installation"}),"\n",(0,s.jsx)(n.p,{children:"To test your installation:"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsx)(n.li,{children:"Open your Slack workspace in the desktop app or browser."}),"\n",(0,s.jsxs)(n.li,{children:["Find and click on the ",(0,s.jsx)(n.strong,{children:"Solace Agent Mesh"})," app under the ",(0,s.jsx)(n.strong,{children:"Apps"})," section."]}),"\n",(0,s.jsxs)(n.li,{children:["Send a test message by typing ",(0,s.jsx)(n.code,{children:"hello"})," and click ",(0,s.jsx)(n.strong,{children:"Enter"}),"."]}),"\n",(0,s.jsxs)(n.li,{children:["You should see:","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsx)(n.li,{children:'A "Chatbot is thinking..." status message'}),"\n",(0,s.jsx)(n.li,{children:"A response from the chatbot within a few seconds"}),"\n"]}),"\n"]}),"\n"]})]})}function h(e={}){const{wrapper:n}={...(0,i.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>o,x:()=>l});var a=t(6540);const s={},i=a.createContext(s);function o(e){const n=a.useContext(i);return a.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),a.createElement(i.Provider,{value:n},e.children)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[5449],{9733:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"documentation/user-guide/builtin-tools/artifact-management","title":"Artifact Management Tools","description":"This guide details how agents utilize built-in tools to manage file artifacts and their associated metadata. The system employs an explicit, metadata-aware methodology wherein the agent maintains full control over the lifecycle of artifacts, including their creation, listing, loading, and return.","source":"@site/docs/documentation/user-guide/builtin-tools/artifact-management.md","sourceDirName":"documentation/user-guide/builtin-tools","slug":"/documentation/user-guide/builtin-tools/artifact-management","permalink":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/artifact-management","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/user-guide/builtin-tools/artifact-management.md","tags":[],"version":"current","sidebarPosition":10,"frontMatter":{"title":"Artifact Management Tools","sidebar_position":10},"sidebar":"docSidebar","previous":{"title":"Configuring Built-in Tools","permalink":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/"},"next":{"title":"Data Analysis Tools","permalink":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/data-analysis-tools"}}');var a=n(4848),s=n(8453);const r={title:"Artifact Management Tools",sidebar_position:10},o="Artifact Management Tools",l={},c=[{value:"1. The Metadata-Aware Workflow",id:"1-the-metadata-aware-workflow",level:2},{value:"2. Configuration",id:"2-configuration",level:2},{value:"Enabling the Tools",id:"enabling-the-tools",level:3},{value:"Configuring Artifact Return Behavior",id:"configuring-artifact-return-behavior",level:3},{value:"3. Tool Reference",id:"3-tool-reference",level:2},{value:"<code>create_artifact</code>",id:"create_artifact",level:3},{value:"<code>list_artifacts</code>",id:"list_artifacts",level:3},{value:"<code>load_artifact</code>",id:"load_artifact",level:3},{value:"<code>signal_artifact_for_return</code>",id:"signal_artifact_for_return",level:3},{value:"4. Key Concepts",id:"4-key-concepts",level:2}];function d(e){const t={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(t.header,{children:(0,a.jsx)(t.h1,{id:"artifact-management-tools",children:"Artifact Management Tools"})}),"\n",(0,a.jsx)(t.p,{children:"This guide details how agents utilize built-in tools to manage file artifacts and their associated metadata. The system employs an explicit, metadata-aware methodology wherein the agent maintains full control over the lifecycle of artifacts, including their creation, listing, loading, and return."}),"\n",(0,a.jsx)(t.h2,{id:"1-the-metadata-aware-workflow",children:"1. The Metadata-Aware Workflow"}),"\n",(0,a.jsx)(t.p,{children:"Rather than automatically bundling all created artifacts in the final response, the agent follows a structured workflow:"}),"\n",(0,a.jsxs)(t.ol,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Create & Describe"}),": The agent invokes the ",(0,a.jsx)(t.code,{children:"create_artifact"})," tool to persist a file. Rich metadata, such as descriptions, sources, and inferred schemas, is stored alongside the artifact."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Inject & Inform"}),": This metadata is automatically injected into the conversation history, providing the agent with immediate context regarding the new file."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"List & Discover"}),": The agent can call ",(0,a.jsx)(t.code,{children:"list_artifacts"})," at any point to retrieve a summary of all available artifacts and their associated metadata."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Load & Analyze"}),": The agent can use ",(0,a.jsx)(t.code,{children:"load_artifact"})," to read the content of a text-based artifact or inspect the detailed metadata of any artifact (for example, to ascertain the schema of a CSV file)."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Return on Request"}),": To transmit an artifact to the user or a calling application, the agent must explicitly invoke ",(0,a.jsx)(t.code,{children:"signal_artifact_for_return"}),". Artifacts are not returned automatically."]}),"\n"]}),"\n",(0,a.jsx)(t.h2,{id:"2-configuration",children:"2. Configuration"}),"\n",(0,a.jsxs)(t.p,{children:["The file management tools are encapsulated within the ",(0,a.jsx)(t.code,{children:"artifact_management"})," tool group."]}),"\n",(0,a.jsx)(t.h3,{id:"enabling-the-tools",children:"Enabling the Tools"}),"\n",(0,a.jsxs)(t.p,{children:["Enable the tool group within the agent's ",(0,a.jsx)(t.code,{children:"app_config.yml"}),":"]}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-yaml",children:'# In your agent\'s app_config:\ntools:\n - tool_type: builtin-group\n group_name: "artifact_management"\n'})}),"\n",(0,a.jsx)(t.h3,{id:"configuring-artifact-return-behavior",children:"Configuring Artifact Return Behavior"}),"\n",(0,a.jsxs)(t.p,{children:["The ",(0,a.jsx)(t.code,{children:"artifact_handling_mode"})," setting in your ",(0,a.jsx)(t.code,{children:"app_config"})," dictates the behavior when ",(0,a.jsx)(t.code,{children:"signal_artifact_for_return"})," is called:"]}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"ignore"})," (Default): The request is logged, but no artifact is transmitted."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"embed"}),": The artifact content is base64-encoded and embedded within the ",(0,a.jsx)(t.code,{children:"TaskArtifactUpdateEvent"})," payload. This is suitable for smaller files."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"reference"}),": A URI pointing to the artifact is sent in the event payload. This approach requires a separate service to host the file at the specified URI."]}),"\n"]}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-yaml",children:'# In your agent\'s app_config:\nartifact_handling_mode: "embed"\n'})}),"\n",(0,a.jsx)(t.h2,{id:"3-tool-reference",children:"3. Tool Reference"}),"\n",(0,a.jsx)(t.h3,{id:"create_artifact",children:(0,a.jsx)(t.code,{children:"create_artifact"})}),"\n",(0,a.jsx)(t.p,{children:"Creates a new file artifact and its corresponding metadata."}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Parameters"}),":","\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"filename"}),' (str): The designated name for the artifact (for example, "report.pdf").']}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"content"})," (str): The file content. For binary file types (for example, images, PDFs), this content ",(0,a.jsx)(t.strong,{children:"must be base64-encoded"}),"."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"mime_type"}),' (str): The standard MIME type of the content (for example, "text/plain", "image/png").']}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"metadata"})," (dict, optional): A dictionary containing custom metadata (for example, ",(0,a.jsx)(t.code,{children:'{"description": "Monthly sales data"}'}),")."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Returns"}),": A dictionary confirming the successful persistence of the artifact."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Key Feature"}),": Upon successful execution of this tool, a summary of the artifact's metadata is ",(0,a.jsx)(t.strong,{children:"automatically injected into the conversation history"}),", informing the agent of the new file's context."]}),"\n"]}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"list_artifacts",children:(0,a.jsx)(t.code,{children:"list_artifacts"})}),"\n",(0,a.jsx)(t.p,{children:"Lists all available artifacts within the current session."}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Parameters"}),": None."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Returns"}),": A list of file objects, each containing the ",(0,a.jsx)(t.code,{children:"filename"}),", available ",(0,a.jsx)(t.code,{children:"versions"}),", and a ",(0,a.jsx)(t.code,{children:"metadata_summary"})," for the latest version."]}),"\n"]}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"load_artifact",children:(0,a.jsx)(t.code,{children:"load_artifact"})}),"\n",(0,a.jsx)(t.p,{children:"Loads the content or detailed metadata of a specific version of an artifact."}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Parameters"}),":","\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"filename"})," (str): The name of the artifact to be loaded."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"version"})," (int): The specific version number of the artifact to load."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"load_metadata_only"})," (bool, optional): If ",(0,a.jsx)(t.code,{children:"True"}),", the tool returns the complete, detailed metadata dictionary instead of the artifact's content. This is useful for inspecting schemas or other metadata fields."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Returns"}),":","\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:["If ",(0,a.jsx)(t.code,{children:"load_metadata_only=False"}),": The artifact's content (for text-based files) or a basic information dictionary (for binary files)."]}),"\n",(0,a.jsxs)(t.li,{children:["If ",(0,a.jsx)(t.code,{children:"load_metadata_only=True"}),": The complete metadata dictionary for the specified artifact version."]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"signal_artifact_for_return",children:(0,a.jsx)(t.code,{children:"signal_artifact_for_return"})}),"\n",(0,a.jsx)(t.p,{children:"Instructs the system to transmit a specific artifact version to the caller."}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Parameters"}),":","\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"filename"})," (str): The name of the artifact to be returned."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.code,{children:"version"})," (int): The specific version number of the artifact to return."]}),"\n"]}),"\n"]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Returns"}),": A dictionary confirming that the request has been received."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Note"}),": This tool functions as a signal. The actual transmission of the artifact is handled by the system in accordance with the configured ",(0,a.jsx)(t.code,{children:"artifact_handling_mode"}),"."]}),"\n"]}),"\n",(0,a.jsx)(t.h2,{id:"4-key-concepts",children:"4. Key Concepts"}),"\n",(0,a.jsxs)(t.ul,{children:["\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Explicit Control"}),": Agents possess full, explicit control over the entire artifact lifecycle."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Metadata-Driven Context"}),": The automatic injection and summarization of metadata are fundamental to providing agents with situational awareness."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Signaled Return"}),": Artifacts are transmitted to the user only upon an explicit request from the agent via the ",(0,a.jsx)(t.code,{children:"signal_artifact_for_return"})," tool."]}),"\n",(0,a.jsxs)(t.li,{children:[(0,a.jsx)(t.strong,{children:"Synergy with Embeds"}),": These tools can be used in conjunction with ",(0,a.jsx)(t.a,{href:"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/embeds",children:"Dynamic Embeds"}),", such as ",(0,a.jsx)(t.code,{children:"\xabartifact_meta:report.csv\xbb"}),", for more efficient file handling."]}),"\n"]})]})}function h(e={}){const{wrapper:t}={...(0,s.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:()=>r,x:()=>o});var i=n(6540);const a={},s=i.createContext(a);function r(e){const t=i.useContext(s);return i.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:r(e.components),i.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[6509],{8147:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>c,default:()=>l,frontMatter:()=>i,metadata:()=>o,toc:()=>d});const o=JSON.parse('{"id":"documentation/enterprise","title":"Enterprise","description":"Contact Solace support for more information on Solace Agent Mesh Enterprise Edition.","source":"@site/docs/documentation/enterprise.md","sourceDirName":"documentation","slug":"/documentation/enterprise","permalink":"/solace-agent-mesh/docs/documentation/enterprise","draft":false,"unlisted":false,"editUrl":"https://github.com/SolaceLabs/solace-agent-mesh/edit/main/docs/docs/documentation/enterprise.md","tags":[],"version":"current","sidebarPosition":100,"frontMatter":{"title":"Enterprise","sidebar_position":100},"sidebar":"docSidebar","previous":{"title":"Slack Integration","permalink":"/solace-agent-mesh/docs/documentation/tutorials/slack-integration"}}');var r=n(4848),s=n(8453);const i={title:"Enterprise",sidebar_position:100},c="Enterprise",a={},d=[];function p(e){const t={h1:"h1",header:"header",p:"p",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"enterprise",children:"Enterprise"})}),"\n",(0,r.jsx)(t.p,{children:"Contact Solace support for more information on Solace Agent Mesh Enterprise Edition."})]})}function l(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>i,x:()=>c});var o=n(6540);const r={},s=o.createContext(r);function i(e){const t=o.useContext(s);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:i(e.components),o.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunksolace_agenitc_mesh_docs=self.webpackChunksolace_agenitc_mesh_docs||[]).push([[3011],{8549:e=>{e.exports=JSON.parse('{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"docSidebar":[{"type":"category","label":"Getting Started","collapsible":true,"collapsed":false,"items":[{"type":"link","label":"Introduction","href":"/solace-agent-mesh/docs/documentation/getting-started/introduction","docId":"documentation/getting-started/introduction","unlisted":false},{"type":"link","label":"Installation","href":"/solace-agent-mesh/docs/documentation/getting-started/installation","docId":"documentation/getting-started/installation","unlisted":false},{"type":"link","label":"Quick Start","href":"/solace-agent-mesh/docs/documentation/getting-started/quick-start","docId":"documentation/getting-started/quick-start","unlisted":false},{"type":"link","label":"Component Overview","href":"/solace-agent-mesh/docs/documentation/getting-started/component-overview","docId":"documentation/getting-started/component-overview","unlisted":false}]},{"type":"category","label":"Components and Concepts","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Architecture","href":"/solace-agent-mesh/docs/documentation/concepts/architecture","docId":"documentation/concepts/architecture","unlisted":false},{"type":"link","label":"Solace Agent Mesh CLI","href":"/solace-agent-mesh/docs/documentation/concepts/cli","docId":"documentation/concepts/cli","unlisted":false},{"type":"link","label":"Gateways","href":"/solace-agent-mesh/docs/documentation/concepts/gateways","docId":"documentation/concepts/gateways","unlisted":false},{"type":"link","label":"Agents","href":"/solace-agent-mesh/docs/documentation/concepts/agents","docId":"documentation/concepts/agents","unlisted":false},{"type":"link","label":"Orchestrator","href":"/solace-agent-mesh/docs/documentation/concepts/orchestrator","docId":"documentation/concepts/orchestrator","unlisted":false},{"type":"link","label":"Plugins","href":"/solace-agent-mesh/docs/documentation/concepts/plugins","docId":"documentation/concepts/plugins","unlisted":false}]},{"type":"category","label":"User Guide","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Solace AI Event Connector","href":"/solace-agent-mesh/docs/documentation/user-guide/solace-ai-connector","docId":"documentation/user-guide/solace-ai-connector","unlisted":false},{"type":"link","label":"Structure","href":"/solace-agent-mesh/docs/documentation/user-guide/structure","docId":"documentation/user-guide/structure","unlisted":false},{"type":"link","label":"Create Agents","href":"/solace-agent-mesh/docs/documentation/user-guide/create-agents","docId":"documentation/user-guide/create-agents","unlisted":false},{"type":"link","label":"Create Gateways","href":"/solace-agent-mesh/docs/documentation/user-guide/create-gateways","docId":"documentation/user-guide/create-gateways","unlisted":false},{"type":"link","label":"Creating Service Providers","href":"/solace-agent-mesh/docs/documentation/user-guide/creating-service-providers","docId":"documentation/user-guide/creating-service-providers","unlisted":false},{"type":"category","label":"Built-in Tools","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Artifact Management Tools","href":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/artifact-management","docId":"documentation/user-guide/builtin-tools/artifact-management","unlisted":false},{"type":"link","label":"Data Analysis Tools","href":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/data-analysis-tools","docId":"documentation/user-guide/builtin-tools/data-analysis-tools","unlisted":false},{"type":"link","label":"Audio Tools","href":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/audio-tools","docId":"documentation/user-guide/builtin-tools/audio-tools","unlisted":false},{"type":"link","label":"Dynamic Embeds","href":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/embeds","docId":"documentation/user-guide/builtin-tools/embeds","unlisted":false}],"href":"/solace-agent-mesh/docs/documentation/user-guide/builtin-tools/"}]},{"type":"category","label":"Deployment","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Deployment","href":"/solace-agent-mesh/docs/documentation/deployment/deploy","docId":"documentation/deployment/deploy","unlisted":false},{"type":"link","label":"Observability","href":"/solace-agent-mesh/docs/documentation/deployment/observability","docId":"documentation/deployment/observability","unlisted":false},{"type":"link","label":"Debugging","href":"/solace-agent-mesh/docs/documentation/deployment/debugging","docId":"documentation/deployment/debugging","unlisted":false}]},{"type":"category","label":"Tutorials","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Build Your Own Agent","href":"/solace-agent-mesh/docs/documentation/tutorials/custom-agent","docId":"documentation/tutorials/custom-agent","unlisted":false},{"type":"link","label":"MCP Integration","href":"/solace-agent-mesh/docs/documentation/tutorials/mcp-integration","docId":"documentation/tutorials/mcp-integration","unlisted":false},{"type":"link","label":"REST Gateway","href":"/solace-agent-mesh/docs/documentation/tutorials/rest-gateway","docId":"documentation/tutorials/rest-gateway","unlisted":false},{"type":"link","label":"Event Mesh Gateway","href":"/solace-agent-mesh/docs/documentation/tutorials/event-mesh-gateway","docId":"documentation/tutorials/event-mesh-gateway","unlisted":false},{"type":"link","label":"Amazon Bedrock Agents","href":"/solace-agent-mesh/docs/documentation/tutorials/bedrock-agents","docId":"documentation/tutorials/bedrock-agents","unlisted":false},{"type":"link","label":"SQL Database Integration","href":"/solace-agent-mesh/docs/documentation/tutorials/sql-database","docId":"documentation/tutorials/sql-database","unlisted":false},{"type":"link","label":"MongoDB Integration","href":"/solace-agent-mesh/docs/documentation/tutorials/mongodb-integration","docId":"documentation/tutorials/mongodb-integration","unlisted":false},{"type":"link","label":"Slack Integration","href":"/solace-agent-mesh/docs/documentation/tutorials/slack-integration","docId":"documentation/tutorials/slack-integration","unlisted":false}]},{"type":"link","label":"Enterprise","href":"/solace-agent-mesh/docs/documentation/enterprise","docId":"documentation/enterprise","unlisted":false}]},"docs":{"documentation/concepts/agents":{"id":"documentation/concepts/agents","title":"Agents","description":"Agents are specialized processing units within the Solace Agent Mesh framework that are built around the Google Agent Development Kit (ADK) and provide the core intelligence layer. They:","sidebar":"docSidebar"},"documentation/concepts/architecture":{"id":"documentation/concepts/architecture","title":"Architecture","description":"Overview","sidebar":"docSidebar"},"documentation/concepts/cli":{"id":"documentation/concepts/cli","title":"Solace Agent Mesh CLI","description":"Solace Agent Mesh comes with a comprehensive CLI tool that you can use to create, and run an instance of Solace Agent Mesh, which is referred to as a Solace Agent Mesh (SAM) application. The Solace Agent Mesh (SAM) CLI also allows you to add agents and gateways, manage plugins, help you debug, and much more.","sidebar":"docSidebar"},"documentation/concepts/gateways":{"id":"documentation/concepts/gateways","title":"Gateways","description":"Gateways are a crucial component of the Solace Agent Mesh framework that expose the agent mesh to external systems through various protocols. Built on a common base gateway architecture, they provide the following functions:","sidebar":"docSidebar"},"documentation/concepts/orchestrator":{"id":"documentation/concepts/orchestrator","title":"Orchestrator","description":"The A2A (Agent-to-Agent) protocol is the communication backbone of Solace Agent Mesh that enables distributed agent coordination and workflow management. Unlike traditional centralized orchestration, the A2A protocol enables agents to discover each other, delegate tasks, and collaborate directly through standardized message patterns.","sidebar":"docSidebar"},"documentation/concepts/plugins":{"id":"documentation/concepts/plugins","title":"Plugins","description":"Plugins","sidebar":"docSidebar"},"documentation/deployment/debugging":{"id":"documentation/deployment/debugging","title":"Debugging","description":"Debugging issues in Solace Agent Mesh starts with identifying the problem. You can monitor your system to debug it more effectively. For more information, see Observability.","sidebar":"docSidebar"},"documentation/deployment/deploy":{"id":"documentation/deployment/deploy","title":"Deployment","description":"Development","sidebar":"docSidebar"},"documentation/deployment/observability":{"id":"documentation/deployment/observability","title":"Observability","description":"Solace Agent Mesh provides a comprehensive set of tools for real-time system monitoring and key insights to help you understand system states, request flows, and key insights for debugging and optimizing your system.","sidebar":"docSidebar"},"documentation/enterprise":{"id":"documentation/enterprise","title":"Enterprise","description":"Contact Solace support for more information on Solace Agent Mesh Enterprise Edition.","sidebar":"docSidebar"},"documentation/getting-started/component-overview":{"id":"documentation/getting-started/component-overview","title":"Component Overview","description":"The Solace Agent Mesh (SAM) is built on event-driven architecture principles using the A2A (Agent-to-Agent) protocol, with all components communicating through a standardized protocol over Solace PubSub+. This architectural choice enables loose coupling between components, making the system highly flexible and scalable.","sidebar":"docSidebar"},"documentation/getting-started/installation":{"id":"documentation/getting-started/installation","title":"Installation","description":"Before you begin, make sure you have the following:","sidebar":"docSidebar"},"documentation/getting-started/introduction":{"id":"documentation/getting-started/introduction","title":"Introduction","description":"Solace Agent Mesh","sidebar":"docSidebar"},"documentation/getting-started/quick-start":{"id":"documentation/getting-started/quick-start","title":"Quick Start","description":"Looking to get started with plugins? For more information, see the Plugins.","sidebar":"docSidebar"},"documentation/tutorials/bedrock-agents":{"id":"documentation/tutorials/bedrock-agents","title":"Amazon Bedrock Agents","description":"This tutorial walks you through the process of integrating Amazon Bedrock Agents and Flows into Solace Agent Mesh (SAM). This integration allows you to create agents that can interact with one or multiple Bedrock Agents or Flows, extending your SAM project with powerful AI capabilities from AWS.","sidebar":"docSidebar"},"documentation/tutorials/custom-agent":{"id":"documentation/tutorials/custom-agent","title":"Build Your Own Agent","description":"This tutorial shows you how to build a sophisticated weather agent using the Solace Agent Mesh framework. Learn how to integrate with external APIs, manage resources properly, and create production-ready agents.","sidebar":"docSidebar"},"documentation/tutorials/event-mesh-gateway":{"id":"documentation/tutorials/event-mesh-gateway","title":"Event Mesh Gateway","description":"If you already have an event mesh in place, you can integrate Solace Agent Mesh into it. This allows you to leverage existing infrastructure while introducing intelligence and automation through Solace Agent Mesh.","sidebar":"docSidebar"},"documentation/tutorials/mcp-integration":{"id":"documentation/tutorials/mcp-integration","title":"MCP Integration","description":"This tutorial walks you through the process of integrating a Model Context Protocol (MCP) Server into Solace Agent Mesh.","sidebar":"docSidebar"},"documentation/tutorials/mongodb-integration":{"id":"documentation/tutorials/mongodb-integration","title":"MongoDB Integration","description":"This tutorial sets up a MongoDB agent in Solace Agent Mesh (SAM), which allows the SAM agent to answer natural language queries about a Mongo database. The agent translates user questions into MongoDB aggregation pipelines and executes them against your database.","sidebar":"docSidebar"},"documentation/tutorials/rest-gateway":{"id":"documentation/tutorials/rest-gateway","title":"REST Gateway","description":"The Solace Agent Mesh (SAM) REST API Gateway provides a standard, robust, and secure HTTP-based entry point for programmatic and system-to-system integrations. It allows external clients to submit tasks to SAM agents, manage files, and discover agent capabilities using a familiar RESTful interface.","sidebar":"docSidebar"},"documentation/tutorials/slack-integration":{"id":"documentation/tutorials/slack-integration","title":"Slack Integration","description":"This tutorial integrates a Slack interface into Solace Agent Mesh, enabling interaction with the system directly from your Slack workspace and channels.","sidebar":"docSidebar"},"documentation/tutorials/sql-database":{"id":"documentation/tutorials/sql-database","title":"SQL Database Integration","description":"This tutorial sets up a SQL database agent in Solace Agent Mesh (SAM), which allows the SAM agent to answer natural language queries about a sample coffee company database. This tutorial provides some sample data to set up an SQLite database, but you can use the same approach to connect to other database types, such as MySQL or PostgreSQL.","sidebar":"docSidebar"},"documentation/user-guide/builtin-tools/artifact-management":{"id":"documentation/user-guide/builtin-tools/artifact-management","title":"Artifact Management Tools","description":"This guide details how agents utilize built-in tools to manage file artifacts and their associated metadata. The system employs an explicit, metadata-aware methodology wherein the agent maintains full control over the lifecycle of artifacts, including their creation, listing, loading, and return.","sidebar":"docSidebar"},"documentation/user-guide/builtin-tools/audio-tools":{"id":"documentation/user-guide/builtin-tools/audio-tools","title":"Audio Tools","description":"This guide provides technical documentation for the text-to-speech (TTS) tools available in the Solace Agent Mesh (SAM).","sidebar":"docSidebar"},"documentation/user-guide/builtin-tools/builtin-tools":{"id":"documentation/user-guide/builtin-tools/builtin-tools","title":"Configuring Built-in Tools","description":"This guide provides instructions for enabling and configuring the built-in tools provided by the Solace Agent Mesh (SAM) framework.","sidebar":"docSidebar"},"documentation/user-guide/builtin-tools/data-analysis-tools":{"id":"documentation/user-guide/builtin-tools/data-analysis-tools","title":"Data Analysis Tools","description":"The Solace Agent Mesh (SAM) includes a suite of optional built-in tools that enable agents to perform data analysis tasks directly on artifacts. These tools provide functionality for SQL querying, JQ transformations, and Plotly chart generation.","sidebar":"docSidebar"},"documentation/user-guide/builtin-tools/embeds":{"id":"documentation/user-guide/builtin-tools/embeds","title":"Dynamic Embeds","description":"Dynamic Embeds","sidebar":"docSidebar"},"documentation/user-guide/create-agents":{"id":"documentation/user-guide/create-agents","title":"Create Agents","description":"Introduction","sidebar":"docSidebar"},"documentation/user-guide/create-gateways":{"id":"documentation/user-guide/create-gateways","title":"Create Gateways","description":"Gateways in Solace Agent Mesh (SAM) serve as bridges between external systems and the A2A (Agent-to-Agent) ecosystem. They enable your agents to receive information from and send responses to diverse external platforms like chat systems, web applications, IoT devices, APIs, and file systems.","sidebar":"docSidebar"},"documentation/user-guide/creating-service-providers":{"id":"documentation/user-guide/creating-service-providers","title":"Creating Service Providers","description":"This guide details the process for developers to create service provider plugins for integrating backend systems (for example, HR platforms, CRMs) with the Solace Agent Mesh (SAM).","sidebar":"docSidebar"},"documentation/user-guide/solace-ai-connector":{"id":"documentation/user-guide/solace-ai-connector","title":"Solace AI Event Connector","description":"The Solace AI Event Connector is an important part of Solace Agent Mesh. It is a powerful tool designed to seamlessly integrate AI capabilities into your event-driven architecture. It enables you to create efficient pipelines that can process events from PubSub+ event brokers, using AI and other types of components, and then publish the results back to PubSub+ event brokers.","sidebar":"docSidebar"},"documentation/user-guide/structure":{"id":"documentation/user-guide/structure","title":"Structure","description":"Solace Agent Mesh is built on the A2A (Agent-to-Agent) protocol architecture, powered by Solace AI Event Connector and uses Solace PubSub+ as the communication backbone. The framework is controlled by YAML configuration files that define agents, gateways, and plugins, enabling distributed AI agent communication through event-driven messaging.","sidebar":"docSidebar"}}}}')}}]);