solace-agent-mesh 0.1.2__py3-none-any.whl → 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of solace-agent-mesh might be problematic. Click here for more details.

Files changed (59) hide show
  1. solace_agent_mesh/agents/base_agent_component.py +2 -0
  2. solace_agent_mesh/agents/global/actions/plantuml_diagram.py +14 -2
  3. solace_agent_mesh/agents/global/actions/plotly_graph.py +49 -40
  4. solace_agent_mesh/agents/web_request/actions/do_web_request.py +34 -33
  5. solace_agent_mesh/cli/__init__.py +1 -1
  6. solace_agent_mesh/cli/commands/add/gateway.py +162 -9
  7. solace_agent_mesh/cli/commands/build.py +0 -1
  8. solace_agent_mesh/cli/commands/init/builtin_agent_step.py +1 -6
  9. solace_agent_mesh/cli/commands/init/create_config_file_step.py +5 -0
  10. solace_agent_mesh/cli/commands/init/create_other_project_files_step.py +52 -1
  11. solace_agent_mesh/cli/commands/init/init.py +1 -5
  12. solace_agent_mesh/cli/commands/init/project_structure_step.py +0 -29
  13. solace_agent_mesh/cli/commands/plugin/add.py +3 -1
  14. solace_agent_mesh/cli/commands/plugin/build.py +11 -2
  15. solace_agent_mesh/cli/commands/plugin/plugin.py +20 -5
  16. solace_agent_mesh/cli/commands/plugin/remove.py +3 -1
  17. solace_agent_mesh/cli/config.py +4 -0
  18. solace_agent_mesh/cli/utils.py +7 -2
  19. solace_agent_mesh/common/action_response.py +13 -0
  20. solace_agent_mesh/common/constants.py +12 -0
  21. solace_agent_mesh/common/postgres_database.py +11 -5
  22. solace_agent_mesh/common/utils.py +16 -11
  23. solace_agent_mesh/configs/monitor_stim_and_errors_to_slack.yaml +3 -0
  24. solace_agent_mesh/configs/service_embedding.yaml +1 -1
  25. solace_agent_mesh/configs/service_llm.yaml +1 -1
  26. solace_agent_mesh/gateway/components/gateway_base.py +7 -1
  27. solace_agent_mesh/gateway/components/gateway_input.py +8 -5
  28. solace_agent_mesh/gateway/components/gateway_output.py +12 -3
  29. solace_agent_mesh/orchestrator/action_manager.py +13 -1
  30. solace_agent_mesh/orchestrator/components/orchestrator_stimulus_processor_component.py +25 -5
  31. solace_agent_mesh/orchestrator/orchestrator_prompt.py +155 -35
  32. solace_agent_mesh/services/file_service/file_service.py +5 -0
  33. solace_agent_mesh/services/file_service/file_service_constants.py +1 -1
  34. solace_agent_mesh/services/file_service/file_transformations.py +11 -1
  35. solace_agent_mesh/services/file_service/file_utils.py +2 -0
  36. solace_agent_mesh/services/history_service/history_providers/base_history_provider.py +21 -45
  37. solace_agent_mesh/services/history_service/history_providers/file_history_provider.py +74 -0
  38. solace_agent_mesh/services/history_service/history_providers/index.py +40 -0
  39. solace_agent_mesh/services/history_service/history_providers/memory_history_provider.py +19 -153
  40. solace_agent_mesh/services/history_service/history_providers/mongodb_history_provider.py +66 -0
  41. solace_agent_mesh/services/history_service/history_providers/redis_history_provider.py +40 -137
  42. solace_agent_mesh/services/history_service/history_providers/sql_history_provider.py +93 -0
  43. solace_agent_mesh/services/history_service/history_service.py +315 -41
  44. solace_agent_mesh/services/history_service/long_term_memory/__init__.py +0 -0
  45. solace_agent_mesh/services/history_service/long_term_memory/long_term_memory.py +399 -0
  46. solace_agent_mesh/services/llm_service/components/llm_request_component.py +24 -0
  47. solace_agent_mesh/templates/gateway-config-template.yaml +2 -1
  48. solace_agent_mesh/templates/gateway-default-config.yaml +3 -3
  49. solace_agent_mesh/templates/plugin-gateway-default-config.yaml +29 -0
  50. solace_agent_mesh/templates/rest-api-default-config.yaml +2 -1
  51. solace_agent_mesh/templates/slack-default-config.yaml +1 -1
  52. solace_agent_mesh/templates/web-default-config.yaml +2 -1
  53. {solace_agent_mesh-0.1.2.dist-info → solace_agent_mesh-0.2.0.dist-info}/METADATA +38 -8
  54. {solace_agent_mesh-0.1.2.dist-info → solace_agent_mesh-0.2.0.dist-info}/RECORD +57 -52
  55. solace_agent_mesh/cli/commands/init/rest_api_step.py +0 -50
  56. solace_agent_mesh/cli/commands/init/web_ui_step.py +0 -40
  57. {solace_agent_mesh-0.1.2.dist-info → solace_agent_mesh-0.2.0.dist-info}/WHEEL +0 -0
  58. {solace_agent_mesh-0.1.2.dist-info → solace_agent_mesh-0.2.0.dist-info}/entry_points.txt +0 -0
  59. {solace_agent_mesh-0.1.2.dist-info → solace_agent_mesh-0.2.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  solace_agent_mesh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  solace_agent_mesh/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- solace_agent_mesh/agents/base_agent_component.py,sha256=lal4HiXtf8pt9jwsZVwhf7uwe721fV0do1SU8rFSAJg,9359
3
+ solace_agent_mesh/agents/base_agent_component.py,sha256=gO9WHotTatVECNlqahRi4ukBsyKUJvV04wjrzrs8KeY,9507
4
4
  solace_agent_mesh/agents/global/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  solace_agent_mesh/agents/global/global_agent_component.py,sha256=3oYsSXKNmsURAwMSgNrqC9-LImq4yZ59C12gtqOP8DA,1015
6
6
  solace_agent_mesh/agents/global/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -9,8 +9,8 @@ solace_agent_mesh/agents/global/actions/clear_history.py,sha256=XOCpmkr-Jv0SDP1E
9
9
  solace_agent_mesh/agents/global/actions/convert_file_to_markdown.py,sha256=qVLDIS8KZoFP777Kb_B5UmrLAEksxrRzKrcO76lwwm8,6407
10
10
  solace_agent_mesh/agents/global/actions/create_file.py,sha256=mf_CFKZc8iWJSb8l8z5EWrv6OQtpFw_jDHLuvji-p6g,2602
11
11
  solace_agent_mesh/agents/global/actions/error_action.py,sha256=d0sNyC8pvZu3AeLLOIimG3cmjFmovxTGczp8Y8fTySo,1643
12
- solace_agent_mesh/agents/global/actions/plantuml_diagram.py,sha256=-fwmJK5-zYouKKE6pCzLK-5APZPZaQbo7JLNbY57v88,4004
13
- solace_agent_mesh/agents/global/actions/plotly_graph.py,sha256=OYoU8LbWhAv4UIR28FFYjOGnYXC9bXzN6CbvuU6Xces,4359
12
+ solace_agent_mesh/agents/global/actions/plantuml_diagram.py,sha256=ym_SV-Rfo_5tnHGDA6Dxtr_qGg1egWocRJAH3hLZ92E,4571
13
+ solace_agent_mesh/agents/global/actions/plotly_graph.py,sha256=qAsjhP4dueFfHSIKnF2rWVsIVv-zs_HYWS1oxgpoY2I,5547
14
14
  solace_agent_mesh/agents/global/actions/retrieve_file.py,sha256=nBK8EGn6R6gCFV4zCc2Xo3Bzz112EtvPmaOBRBZr2do,2232
15
15
  solace_agent_mesh/agents/image_processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  solace_agent_mesh/agents/image_processing/image_processing_agent_component.py,sha256=IjZnNk7e8znm7NzXHgvFUpVaxDgUokwB3BzmLjcGolg,632
@@ -27,25 +27,25 @@ solace_agent_mesh/agents/web_request/actions/__init__.py,sha256=47DEQpj8HBSa-_TI
27
27
  solace_agent_mesh/agents/web_request/actions/do_image_search.py,sha256=oC6_1VQC3WedIn7rKs79kcOdBGOepZeT0f3UndURjRY,3098
28
28
  solace_agent_mesh/agents/web_request/actions/do_news_search.py,sha256=MBKQ5nSQQ9S4E3x1KCJ2gnDFOxjEHYxoRQUW_WMbGek,1621
29
29
  solace_agent_mesh/agents/web_request/actions/do_suggestion_search.py,sha256=iM9hh5CaUbYDHk1poj0CvrbB4R4kAEX7lzdaX_l17A8,1082
30
- solace_agent_mesh/agents/web_request/actions/do_web_request.py,sha256=XsP_Dt43AK6YGvPN7AT-RtjRLXzImxBz3dDT_p5DT7c,5702
30
+ solace_agent_mesh/agents/web_request/actions/do_web_request.py,sha256=ZUDlS_KJwCx_88z9hmYvXxvq0yY59KF9A7Mk7niS3pU,6224
31
31
  solace_agent_mesh/agents/web_request/actions/download_file.py,sha256=nFIuuimL6ub5EeasmfPXH0y1CUIE6iq44FRW1xK60rs,2692
32
32
  solace_agent_mesh/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  solace_agent_mesh/common/action.py,sha256=vlgojeQs3PjRPCdgGjpHHs5McT5sx72tsahiJ6ZZaxI,3053
34
34
  solace_agent_mesh/common/action_list.py,sha256=sy1cwkJ3ISdvK1CqvCblQmONnZtAtLt-nv5eBOaq-r8,1109
35
- solace_agent_mesh/common/action_response.py,sha256=D3Ht_qDs4nCulpPEW0zD5MbH_N2xF3lQeN8dW9O9C6s,9817
36
- solace_agent_mesh/common/constants.py,sha256=c-8SaQarapQ0NilVRuj7aMpmohjRqw6lHLb0RPXsVKk,117
35
+ solace_agent_mesh/common/action_response.py,sha256=TYh8OdvpQmRS0_SbRKjhKWOdSPCN4Ux-j59J7-SLtbE,10201
36
+ solace_agent_mesh/common/constants.py,sha256=uL736sNE7haXoA17EMQtNZ4iz4SSoMKZSP_tqH7V8fQ,329
37
37
  solace_agent_mesh/common/mysql_database.py,sha256=I6heri35TqLU0spV_p7XBye5CmFe3dspZHs9eCjHYK4,1121
38
- solace_agent_mesh/common/postgres_database.py,sha256=Bkt9PWPHuw9DfuVNelWB__DiKjF73TMStJri6NO8Rj0,2345
38
+ solace_agent_mesh/common/postgres_database.py,sha256=8JBPSN3ZtpNSlnYfWNlDbhl2cAKVLawJgC_t_dbbTAc,2607
39
39
  solace_agent_mesh/common/prompt_templates.py,sha256=QhcxTVRvLyJYdUO8w8P3LzVCejSVKG90P6UE0qHG3fc,687
40
40
  solace_agent_mesh/common/prompt_templates_unused_delete.py,sha256=Quyee4Xuf4vZj_29Nq0RIR9-eztKZGzzUY7cFbmmJno,7229
41
41
  solace_agent_mesh/common/stimulus_utils.py,sha256=OIGrOVFlg3V0YAjO5GU0qZ-NO95cN_yQ707JTuQqa9E,5445
42
42
  solace_agent_mesh/common/time.py,sha256=SH0Zfh1Hn6k8TcwZ8MpA_2-CV9-uA8Zc57-Zxm5C6c4,298
43
- solace_agent_mesh/common/utils.py,sha256=X7SzLj8Zr-uxZmkLgSIBiePpfJaLsX6zZjY0dgfPeZM,23206
43
+ solace_agent_mesh/common/utils.py,sha256=mm7hYGd2aXVL9hzr0bUdtmXGhY-D8J30tGh475wInyg,23429
44
44
  solace_agent_mesh/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
45
  solace_agent_mesh/gateway/components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- solace_agent_mesh/gateway/components/gateway_base.py,sha256=6A1UNHxPnCk4ZLjllTsiE0nIHDUWODsJviIUdKfrQow,1574
47
- solace_agent_mesh/gateway/components/gateway_input.py,sha256=YqXZmmTikhzNjWklinlyRbGOvBL92ram03lYO8ELE1U,10591
48
- solace_agent_mesh/gateway/components/gateway_output.py,sha256=pjoNWoSSy1Y4ticVXA70Jry0XmTDTxx9RfhF2LFCyuw,11044
46
+ solace_agent_mesh/gateway/components/gateway_base.py,sha256=P1qJBzbFPrp4neOlGHtW36QVOXNmnQJeOkGAok5OrOw,1850
47
+ solace_agent_mesh/gateway/components/gateway_input.py,sha256=qszt0qPihKug8DUkm9wM4I_PoO2oWAi3gQiQEVQ7CAE,10806
48
+ solace_agent_mesh/gateway/components/gateway_output.py,sha256=8mRTHgPfq-ezSYC45kFk2lZq8sOcfupNu8CTunISVeA,11525
49
49
  solace_agent_mesh/gateway/identity/bamboohr_identity.py,sha256=875pguj7vDx5Tij7YCvfqJQIC0HD_pnU5AtqCUuv7Cs,621
50
50
  solace_agent_mesh/gateway/identity/identity_base.py,sha256=2oaqSPYNwMj4kOyokPAvfHPYW2_uUH85nTh2RogzQD8,271
51
51
  solace_agent_mesh/gateway/identity/identity_provider.py,sha256=gy2GUcd1ZI441wljPDLZLql2iEzffzWJZr7bpU1M0L8,2523
@@ -55,14 +55,14 @@ solace_agent_mesh/monitors/base_monitor_component.py,sha256=3-IKG6MJ8otrPhzoye9Y
55
55
  solace_agent_mesh/monitors/feedback/user_feedback_monitor.py,sha256=JGK9nJcKnK8JznVZk-zl1NL6uHLu-eg7jJ4N8LTJMEU,2736
56
56
  solace_agent_mesh/monitors/stim_and_errors/stim_and_error_monitor.py,sha256=jMM1mhsntpoFWP1NVtLj5kLChb0CH4VZamAa77wFLn0,20177
57
57
  solace_agent_mesh/orchestrator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
- solace_agent_mesh/orchestrator/action_manager.py,sha256=2Fmy8AUY1YihI90ba1sJv_1TcOPFzX0w0x3EXi25EaI,8551
58
+ solace_agent_mesh/orchestrator/action_manager.py,sha256=NgSrm9XXEfsOzGIfmfMo8s_-Pv5vgod02ig6lj8g7Uc,9076
59
59
  solace_agent_mesh/orchestrator/orchestrator_main.py,sha256=wHLCaIqwzDrnpWM97lnrUwrk_bS9nmjy4R_dDRn24iU,5983
60
- solace_agent_mesh/orchestrator/orchestrator_prompt.py,sha256=lCSrSy_Kn5GkEihvN_sKxWewv8W7ABxh0Sbl_qt3qPY,24238
60
+ solace_agent_mesh/orchestrator/orchestrator_prompt.py,sha256=dPUD7TZK8c8aia-qeH9UdW9ARK-3y8yINhs-mn_aZnI,29001
61
61
  solace_agent_mesh/orchestrator/components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
62
  solace_agent_mesh/orchestrator/components/orchestrator_action_manager_timeout_component.py,sha256=w-rZBLMJPz8sLkxgOCH4Mc5Yk8jI0wKG-TZ27cQP-sU,1976
63
63
  solace_agent_mesh/orchestrator/components/orchestrator_action_response_component.py,sha256=Wo2Qd6CU4bcllc_jy6XXdza1jewcV1SGXh1osdWI4Zc,7140
64
64
  solace_agent_mesh/orchestrator/components/orchestrator_register_component.py,sha256=rLoTSwQvYedBnTaeU9pM-viBvY2So7Gv3eYuXMbuhTs,4797
65
- solace_agent_mesh/orchestrator/components/orchestrator_stimulus_processor_component.py,sha256=ZopXC0fIn2u1R1ZjaSfa1xe8mQ12J2WP_N1INDT1gdA,19095
65
+ solace_agent_mesh/orchestrator/components/orchestrator_stimulus_processor_component.py,sha256=_9goJF1Hv02TaF2-u4Zkem2M3-BJV3hk66CDAt_ayek,20146
66
66
  solace_agent_mesh/orchestrator/components/orchestrator_streaming_output_component.py,sha256=IhFUMA4GUEcfa7j94QEEt-R6JCF4C58tp1sejHu5nPk,9463
67
67
  solace_agent_mesh/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
68
  solace_agent_mesh/services/authorization/providers/base_authorization_provider.py,sha256=4c31MQRzGQdI7ACDgorIqAcxnUjbJwSs0fS06l6NoaI,2105
@@ -72,10 +72,10 @@ solace_agent_mesh/services/common/__init__.py,sha256=JaiKR7QHNVYeryeyv_bvh_5RQeK
72
72
  solace_agent_mesh/services/common/auto_expiry.py,sha256=RxohpFZ34tUgOBOSoiFYgJ4aWH703575HN_A5rF0TX4,1598
73
73
  solace_agent_mesh/services/common/singleton.py,sha256=AEjOSlWkvAb0oAZsfuoDCOZHM0ZhOu8sTlwN1kw8Mc0,639
74
74
  solace_agent_mesh/services/file_service/__init__.py,sha256=Eadj-D024ioIf96cjrwehj-WBZbrUC5CSqa1bKSBf1g,388
75
- solace_agent_mesh/services/file_service/file_service.py,sha256=9Ei74e2jvNnK9n_vdnurz2u-2mjmgcBU3HDVptva6Ms,16033
76
- solace_agent_mesh/services/file_service/file_service_constants.py,sha256=U1-Nx1rl_jLljzqWbXk2kjS37ayu1NOgzrl4nxRm1Zk,1244
77
- solace_agent_mesh/services/file_service/file_transformations.py,sha256=ABj6cqDTIP77_k6se4FwTOac5EmT9CT_0iQAPAw00lA,4284
78
- solace_agent_mesh/services/file_service/file_utils.py,sha256=usbq4fiZ_PWAOo-C1uw2sqZ7yt-uBwBeAiskfKXufbE,9210
75
+ solace_agent_mesh/services/file_service/file_service.py,sha256=JRQmzz9352fQBoMdpXtAv0ZqeE41hSEiIX-6jW8wSFg,16264
76
+ solace_agent_mesh/services/file_service/file_service_constants.py,sha256=ktWwAPXPBaJbKrtaATOBJnBd2yaLK-Yltz1tgif_o0I,1246
77
+ solace_agent_mesh/services/file_service/file_transformations.py,sha256=ppKIuxsSHjg7jWXDJoasqNxJRvNgfcMuz6jEt2kg0kQ,4672
78
+ solace_agent_mesh/services/file_service/file_utils.py,sha256=qSzZZR3-6g2MQ4YfP-EChra1OKTA5IYixoz_p412GnE,9254
79
79
  solace_agent_mesh/services/file_service/file_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
80
  solace_agent_mesh/services/file_service/file_manager/bucket_file_manager.py,sha256=312ScT5xyfV4Ho7xBvHmM9Q0UqjQ7w4gW3BIWIuG4g4,5783
81
81
  solace_agent_mesh/services/file_service/file_manager/file_manager_base.py,sha256=gYrlBlqGRkGESB0xHCFz1Vg29IF9dEvz8c1DNZqRaVo,4915
@@ -83,12 +83,18 @@ solace_agent_mesh/services/file_service/file_manager/memory_file_manager.py,sha2
83
83
  solace_agent_mesh/services/file_service/file_manager/volume_file_manager.py,sha256=alOIyG0jWZvchEP9tHhOdnkmXMPDs4W0VQK1bZtCXUc,4041
84
84
  solace_agent_mesh/services/file_service/transformers/__init__.py,sha256=srgqGcX0ROzSeiQqbfcQpIq1p1FGBxU_Gu03t8pZ7q8,52
85
85
  solace_agent_mesh/services/history_service/__init__.py,sha256=AjMNxbn-i0Zz9e32x-nyKpUVO0PSBYQrguCqOcEPXq0,73
86
- solace_agent_mesh/services/history_service/history_service.py,sha256=2BynLYSZY5LE_4Im-J7XOiZioTEJT-GclYlRlx1TX_k,5234
86
+ solace_agent_mesh/services/history_service/history_service.py,sha256=vQmxwWoeLvlsTh_4MVb042qRV0wTau2zUqtj4ZYpGz8,17476
87
87
  solace_agent_mesh/services/history_service/history_providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
- solace_agent_mesh/services/history_service/history_providers/base_history_provider.py,sha256=e7IwdTiqvUq8TKUuGs6nimRjGcUOyJHVp7evaWZNNoA,2582
89
- solace_agent_mesh/services/history_service/history_providers/memory_history_provider.py,sha256=p6LD1O742KvFP_m4xwvUo1_Enj33Zf6cmwQBI4AZQSU,6237
90
- solace_agent_mesh/services/history_service/history_providers/redis_history_provider.py,sha256=ccCTb_AAMJk1vD8keIo3TnceXf1hxYs0iUBGf24Urb8,6225
91
- solace_agent_mesh/services/llm_service/components/llm_request_component.py,sha256=h4y2282vxgUU_Jz-FLHqH6Dlv5MhMbipYIiLpQ9ZD4Q,10225
88
+ solace_agent_mesh/services/history_service/history_providers/base_history_provider.py,sha256=_YTeW-zccRv8lTANjwJkCKCB3QvBHSufg1WXz2GFRgs,1539
89
+ solace_agent_mesh/services/history_service/history_providers/file_history_provider.py,sha256=f2gtALLpZnUvY6PPOuFzj9WEftmKGilBb_WiEDXKxH8,2290
90
+ solace_agent_mesh/services/history_service/history_providers/index.py,sha256=XSJ8W7F3dfFxhh-aYCOo72agZKEd3-VzGdRqJbMlbqQ,1484
91
+ solace_agent_mesh/services/history_service/history_providers/memory_history_provider.py,sha256=66s1YsE3Tak9CunKk3Jy_p3KP7Ec6dudPwiZNcYfmbU,849
92
+ solace_agent_mesh/services/history_service/history_providers/mongodb_history_provider.py,sha256=TC1I5PADRE-EjydDRS5gav0h8xUC8ryGKfxdUumGPyo,2306
93
+ solace_agent_mesh/services/history_service/history_providers/redis_history_provider.py,sha256=LvkI4m_2FqujJ4G4MiRw15mjTJ8tK1wm6HgIU_2kTOc,2121
94
+ solace_agent_mesh/services/history_service/history_providers/sql_history_provider.py,sha256=UKF0QS2KBXtlqgEgct7VXrVtOleJuJCvRYKIDHukmHc,3171
95
+ solace_agent_mesh/services/history_service/long_term_memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
+ solace_agent_mesh/services/history_service/long_term_memory/long_term_memory.py,sha256=i0FkVVE7xkhE6VK1eu6UTDKqPnbJiMChu5fnjV1qvh0,19295
97
+ solace_agent_mesh/services/llm_service/components/llm_request_component.py,sha256=_LKOC5a0iKoPQRFUEFmXSs5HgT-TeX9iUtl7XbnNR3c,11525
92
98
  solace_agent_mesh/services/llm_service/components/llm_service_component_base.py,sha256=vbtHMVRk4dCHDbo-gZfYfLPJYt4WFSq9A51UqVTLz18,5769
93
99
  solace_agent_mesh/services/middleware_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
100
  solace_agent_mesh/services/middleware_service/middleware_service.py,sha256=IoCnWr9XujVmfac6Z5FoLMeogszSwgPGkXXpWdYqKkU,899
@@ -97,12 +103,12 @@ solace_agent_mesh/tools/components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
97
103
  solace_agent_mesh/tools/components/conversation_formatter.py,sha256=_C60LepjhxPzQYCwjIAp8nQD3XdVpvZdxNO4cLBXXrY,4202
98
104
  solace_agent_mesh/tools/components/file_resolver_component.py,sha256=MOKFuIBpxsQuSQF7ogdhtm2E1w8LDMs_giaNKfkx2pY,1965
99
105
  solace_agent_mesh/tools/config/runtime_config.py,sha256=9-sCi2W5RSyN8WUHdSv6YVzKWORzK1akM-C19tDSCUo,860
100
- solace_agent_mesh/cli/__init__.py,sha256=YvuYzWnKtqBb-IqG8HAu-nhIYAsgj9Vmc_b9o7vO-js,22
101
- solace_agent_mesh/cli/config.py,sha256=sGcJE9zNNGme3n6Q4wOM5Vn2TQSTWHRXPZUBnNEwV40,2841
106
+ solace_agent_mesh/cli/__init__.py,sha256=Zn1KFblwuFHiDRdRAiRnDBRkbPttWh44jKa5zG2ov0E,22
107
+ solace_agent_mesh/cli/config.py,sha256=CINCq-K0wFdFSXzgq0vF_zWpjCIZL7hk0XkH9U3a5Nk,2924
102
108
  solace_agent_mesh/cli/main.py,sha256=faei8XGbAaexbIfmZBnuo7eqyo5pBm7Rh1pn-Ybjv6M,7127
103
- solace_agent_mesh/cli/utils.py,sha256=TYNDr8IweOtGT11X-ZNPVC6WPgMrcVyAeAa9NvVV5Oo,7632
109
+ solace_agent_mesh/cli/utils.py,sha256=tTVqp73r5fEveSVQdtN21CMcmzJMjcf8_9akQT7hM9k,7798
104
110
  solace_agent_mesh/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
- solace_agent_mesh/cli/commands/build.py,sha256=8jO7BK21lYaIh6UNiE41bYEZbahYoAlorQfZV5pZ3jw,25441
111
+ solace_agent_mesh/cli/commands/build.py,sha256=K_Yo8HibEd-HDK6TYmr-GCkZE2Misy1qwM76X8rSR3Y,25409
106
112
  solace_agent_mesh/cli/commands/config.py,sha256=_9Sw3TbTUgAVsEUrbTn72e4lABIchjpKS_JhSIF2EZ0,772
107
113
  solace_agent_mesh/cli/commands/run.py,sha256=sx82i75mQgHduJBcMvSCbdQsAZdTVD0NWGNqtCUQEnE,2066
108
114
  solace_agent_mesh/cli/commands/visualizer.py,sha256=FhqEMQRQGrNnkkSihuEKE9rFBATQKjTXLwOUJZIsAH0,4646
@@ -110,27 +116,25 @@ solace_agent_mesh/cli/commands/add/__init__.py,sha256=pT-KD7dTvZdBdrZKBaqtlwwKwj
110
116
  solace_agent_mesh/cli/commands/add/add.py,sha256=ojA9sjBBaLMLk4ccsFJwyr8hvZgfHTrf0en21TvzenA,3072
111
117
  solace_agent_mesh/cli/commands/add/agent.py,sha256=Ekd7AJeub4TF8TYSwJtwBGhU36-rXLo1wGB8j2I3Cuo,3946
112
118
  solace_agent_mesh/cli/commands/add/copy_from_plugin.py,sha256=tO9cSF86PT0qC1_2s9A6Z-U8y_3_QTkKW9quPJzu8hk,3444
113
- solace_agent_mesh/cli/commands/add/gateway.py,sha256=zWEXjXbPsHTe7nUX7EzRcULw4aEnXZYMmkfaLHLXWxI,9592
119
+ solace_agent_mesh/cli/commands/add/gateway.py,sha256=fIXpKHvTV53PPXmgvueHDpPbtAHD1eIPYXRhsaf6qPI,16881
114
120
  solace_agent_mesh/cli/commands/chat/__init__.py,sha256=nW7pZhP4UlWBGVtn0EyA4-rrOBofQ1zAxNTh9Ymmh3w,59
115
121
  solace_agent_mesh/cli/commands/chat/chat.py,sha256=1zeE972Ao2B7ln2WoEwCAjLK6e8fHmoTZtcK8xgFvHU,12394
116
122
  solace_agent_mesh/cli/commands/init/__init__.py,sha256=Z7a4KC9a2Y98CRKbU8_YCWrOjSN3_tuxrAe0SV_bJWM,59
117
123
  solace_agent_mesh/cli/commands/init/ai_provider_step.py,sha256=UX5sOTD5NKa49TCHxk5-FgOD2vlOQ2WKT32jpS7-peY,1936
118
124
  solace_agent_mesh/cli/commands/init/broker_step.py,sha256=wsXO0H7i198amS2x_sZ-ZyzTNquzQ-G-CII4kpRV0rA,3587
119
- solace_agent_mesh/cli/commands/init/builtin_agent_step.py,sha256=7K-3Vh066iDGuIlIhSpl6_ew4J0cWji_qeBTw3YYOt0,3225
125
+ solace_agent_mesh/cli/commands/init/builtin_agent_step.py,sha256=uIh_j19U9VRevzOMvqw0IxXjAMNY2dXumA9aUxNi1TM,3075
120
126
  solace_agent_mesh/cli/commands/init/check_if_already_done.py,sha256=M8dT7Bs2p2BU8LxBt2DiqRM7WehptWRyp5eyG7Ad4FQ,432
121
- solace_agent_mesh/cli/commands/init/create_config_file_step.py,sha256=dATp12_zvlXQS-TOoj1dwRrNGa7nIV3sag8NtVN2xU0,1946
122
- solace_agent_mesh/cli/commands/init/create_other_project_files_step.py,sha256=D-EsvKxwVTjhUOySEednNv1_PH5-frlHV2038PDPPX8,3926
127
+ solace_agent_mesh/cli/commands/init/create_config_file_step.py,sha256=LWGs-HwZ0YSdMBnfn1aM4gjIFavuMrkU5qCKS7klKTE,2167
128
+ solace_agent_mesh/cli/commands/init/create_other_project_files_step.py,sha256=w258q2urQ3Y-1lCrHu1bKlQGNyLWWplLSV42oiBrpjU,5572
123
129
  solace_agent_mesh/cli/commands/init/file_service_step.py,sha256=FrmA4Yb082lEFFe4cxLXr_8xT6hC8Zee-5ygR6XO4-E,2256
124
- solace_agent_mesh/cli/commands/init/init.py,sha256=bAF1hKpbIq_xO_Ac2r-wgnXyEYMCdkp5lVx1q2bNjA8,3637
125
- solace_agent_mesh/cli/commands/init/project_structure_step.py,sha256=CIZiwxPAQk-YZf1AZQD2TmpwAoOEG2kh4MjFCPWLYWI,1245
126
- solace_agent_mesh/cli/commands/init/rest_api_step.py,sha256=2tjdz90ohVi82vqnkDBTJ7YhcYajBqBIoujFYGwAHzQ,1477
127
- solace_agent_mesh/cli/commands/init/web_ui_step.py,sha256=BG5UmaxEPS0HtZwf1zv9-wXVO_IYgZAbOq9zGPop858,1163
130
+ solace_agent_mesh/cli/commands/init/init.py,sha256=pkP7mUSSoB14Z6vZVLqPY1x4_U9Nhzjk31J5ofIdpdk,3479
131
+ solace_agent_mesh/cli/commands/init/project_structure_step.py,sha256=pXIeYFmdY0oy0FVnOG0iqeGuK_nwDdICjqyj6b7mEss,518
128
132
  solace_agent_mesh/cli/commands/plugin/__init__.py,sha256=zFmLT32wXFLISlIqpfR1Ru5pur2boWwfD-Et5R8PWbs,65
129
- solace_agent_mesh/cli/commands/plugin/add.py,sha256=M2M4yFwyQFQAVLBPeatteIkeWyH8ulgmDlVZTCW37fY,3667
130
- solace_agent_mesh/cli/commands/plugin/build.py,sha256=KqJNOmp77KDk5y04qbkl6AJgEGKAXqXCwgIeD9Yx4tI,9439
133
+ solace_agent_mesh/cli/commands/plugin/add.py,sha256=T1rD-jvjbX7qi5uH1Q85y_RzBqi1kDUQjymdgibIkdc,3782
134
+ solace_agent_mesh/cli/commands/plugin/build.py,sha256=obo4f-pNblp5YwnKRKQA3P9vJD4A4_O3sLtc6PWPsWE,10164
131
135
  solace_agent_mesh/cli/commands/plugin/create.py,sha256=6XwcvIVAmmkbjK_e-JT4D54xk_dxTOwjl9dTDwsjyF4,3748
132
- solace_agent_mesh/cli/commands/plugin/plugin.py,sha256=hXfp1avxQmzp9Mh4J2WuZ42fOZlOebSpW8Eavqk8Zto,3458
133
- solace_agent_mesh/cli/commands/plugin/remove.py,sha256=IxGCxalfnSF7pjN64ZqQfEjCoL2xFJf_MP9trZiStxg,2514
136
+ solace_agent_mesh/cli/commands/plugin/plugin.py,sha256=ziyj5VOhsdKAMdcGwJ3z3NGC1CcfUKHOihLcxCre2yk,3853
137
+ solace_agent_mesh/cli/commands/plugin/remove.py,sha256=7SHOL2Jy5nMiD1ASavl3DC1jdav52hxDZo2JDs8Mq4o,2629
134
138
  solace_agent_mesh/configs/agent_global.yaml,sha256=3bpVr6DeXAzA8U1F6rKhwL8oMbh3M3ZuhkguqaI9Nvs,2864
135
139
  solace_agent_mesh/configs/agent_image_processing.yaml,sha256=zZW4jN0Rhjc9mYBuO_xq83Ibez8zecso4AHc6MIcZfM,3143
136
140
  solace_agent_mesh/configs/agent_slack.yaml,sha256=a2AxmWMwkcE0YxETVS1MvbrYhWY-vi9oJypo7lNbIfo,2198
@@ -138,37 +142,38 @@ solace_agent_mesh/configs/agent_web_request.yaml,sha256=r4sWRXV8FfPxIhpicAJTo9xb
138
142
  solace_agent_mesh/configs/conversation_to_file.yaml,sha256=rFp8bceg-q7SFWnvPYo13E8uUcJhopXmguR2r4eQVgA,1976
139
143
  solace_agent_mesh/configs/error_catcher.yaml,sha256=NrZEVIq4B8S-2UXJd1AHHF_xLcIGN-fnJLTPoqzMLAY,1949
140
144
  solace_agent_mesh/configs/monitor.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
- solace_agent_mesh/configs/monitor_stim_and_errors_to_slack.yaml,sha256=aoISX3-c3-wNje8cbFQoKv8BsJe9ApI8hX3rK2j6Suk,3983
145
+ solace_agent_mesh/configs/monitor_stim_and_errors_to_slack.yaml,sha256=zSOSUvcy8x91xHFdPqIndc8cK8g8Hjxj_1VWxrXYST0,4122
142
146
  solace_agent_mesh/configs/monitor_user_feedback.yaml,sha256=iBZWKIA4XIdqKBCVwo39m-9uOXaCe0m5V59GUiSxiqM,1742
143
147
  solace_agent_mesh/configs/orchestrator.yaml,sha256=6XtSMVWj87eU9egzNHXynHa2n5Bja1LBn_LZfwwO2aU,9617
144
- solace_agent_mesh/configs/service_embedding.yaml,sha256=JDIvNmywtGcy9G25L89zXa-KrEZN68E6kgomXikMHyw,3090
145
- solace_agent_mesh/configs/service_llm.yaml,sha256=5Shr_VcetpMPGEqpxMwJgN5vy6t7A-3-D6tHS54fofQ,10255
148
+ solace_agent_mesh/configs/service_embedding.yaml,sha256=9_uyjX87bqzG0uSX5AVwXEoOrk_LGkybYeoZgL39wbs,3132
149
+ solace_agent_mesh/configs/service_llm.yaml,sha256=GhK7Jk427dcqCtJRI_fidna-xakoWKc8zoGKNkrM2tg,10300
146
150
  solace_agent_mesh/configs/visualize_websocket.yaml,sha256=5RlUyqjI2-nOKYUbwoFqfOSDFXLx5LuxraC_hXazdMY,1906
147
151
  solace_agent_mesh/templates/action.py,sha256=9U2lfncOa4CPRcgbXbz_BpCGak1ZZVR4UVNELNV-uiI,1401
148
152
  solace_agent_mesh/templates/agent.py,sha256=eZb4ZhVkhDdLLUubbHd8obaIyGd610A4bNvoYzkjKqs,771
149
153
  solace_agent_mesh/templates/agent.yaml,sha256=wBpBMY-8c_YdwF8RGGVzgizCHxPGhJrKCb4poMnOK1g,2865
150
- solace_agent_mesh/templates/gateway-config-template.yaml,sha256=TxJEzqud6bMsJjbi8VlYXQoiBl8SB8Z3HF9b1Kf6uok,296
151
- solace_agent_mesh/templates/gateway-default-config.yaml,sha256=qzuMsrZzg5uPUCLeB5Kcv8vp8BZfQFu95SbkaRY4Lvk,1121
154
+ solace_agent_mesh/templates/gateway-config-template.yaml,sha256=EKQI9SYlbcRj-xFBjBV8B_XCzGMu3ju-hV_GaU-Jjfw,330
155
+ solace_agent_mesh/templates/gateway-default-config.yaml,sha256=J8KTFpFwf_0o3dUa0dWxEt2RuFjvk_Q9QZz9gGE8RUQ,1144
152
156
  solace_agent_mesh/templates/gateway-flows.yaml,sha256=6KufsvEkMitBSZVeu4lPEoqILSN_I5Hh3_LvBusCQRM,3046
153
157
  solace_agent_mesh/templates/gateway-header.yaml,sha256=PjwSOjYrYt8lLo8PYo1AQdZkN5M7HxMNJer2CTpP6mc,472
154
158
  solace_agent_mesh/templates/gateway_base.py,sha256=vgiNrcIzJYTli2UMPJyFwDCx1IOGW_oOFpZtTcBdHaE,457
155
159
  solace_agent_mesh/templates/gateway_input.py,sha256=gkjTYjgpOxMWU_k0EnB0BU_6q3vOAh9IN-fmxu_jW6k,3097
156
160
  solace_agent_mesh/templates/gateway_output.py,sha256=fGM2HnYf9RXkOsLcuDD3HR4ozcxHX9UppxBPCUmtSKk,2191
161
+ solace_agent_mesh/templates/plugin-gateway-default-config.yaml,sha256=15ksBXhpCv_8m2kkmyUIlsZb6BZ9Us_Eeq_GQ40SEQI,789
157
162
  solace_agent_mesh/templates/plugin-pyproject.toml,sha256=pD146TDV9DYbt6O8pE9O5KdX_CNqGGuy9BYf8TqmGJI,676
158
- solace_agent_mesh/templates/rest-api-default-config.yaml,sha256=DmUIZMmuzyptrnYgM4wVHqdUX9y0seGgU4UcPTWaTu4,1266
163
+ solace_agent_mesh/templates/rest-api-default-config.yaml,sha256=9uFIc7IUTN4Es21zDOjrFBITXtmWWahaN2sjC0Y158Q,1300
159
164
  solace_agent_mesh/templates/rest-api-flows.yaml,sha256=OVU9QPKlZMzla-G1HnqtKCFaYxgXF7pP1aFUR8LwWDQ,3150
160
- solace_agent_mesh/templates/slack-default-config.yaml,sha256=-C5r61O4UZ7JGA0l_wxQIc5DbfqnZFm20-OU6nBIf-s,754
165
+ solace_agent_mesh/templates/slack-default-config.yaml,sha256=TTtFSEh2-Y5HUyIIX1NpBtQlQ3R6Fm6aa_AhuIQZIDg,797
161
166
  solace_agent_mesh/templates/slack-flows.yaml,sha256=nzLS67tT4Xh_NFynB4XJlr6pomgG5EkatsLBnGS3fBo,3201
162
167
  solace_agent_mesh/templates/solace-agent-mesh-default.yaml,sha256=R1xm_uPJqWSrjWRhLlVc2VY-YaFzM92L0sPoAfA45iI,3042
163
168
  solace_agent_mesh/templates/solace-agent-mesh-plugin-default.yaml,sha256=T0GgQGHJc8uMNH8mlCqxAH3Zm4Yc-rCPiW1UVY6KcdA,331
164
- solace_agent_mesh/templates/web-default-config.yaml,sha256=8gsiV2ar1ZPEL6w-ofWTGb3gzC0IRlETGk_fBVWxcwo,341
169
+ solace_agent_mesh/templates/web-default-config.yaml,sha256=v8pR-LKxH80DXnyj6aZ4OkLDknYOEScXm83xuWUzkdc,375
165
170
  solace_agent_mesh/templates/web-flows.yaml,sha256=dzy7BvQDNEsvzVb_O38LvdYbKn2XJmtIU2ExhPIRI2k,3028
166
171
  solace_agent_mesh/assets/web-visualizer/index.html,sha256=Bn-hrNXJvapfRG-L_hs5K5ezKf53gw_H4x93rIdeAQw,484
167
172
  solace_agent_mesh/assets/web-visualizer/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
168
173
  solace_agent_mesh/assets/web-visualizer/assets/index-C5awueeJ.js,sha256=tlhSEqOgFpMuwd7X73mdRAxUCxQ8H7TiCfk4oHh6qXY,752048
169
174
  solace_agent_mesh/assets/web-visualizer/assets/index-D0qORgkg.css,sha256=sR-djfZhg7oOrDkv7deFLKVioHOSGFA0ZCDPvK8jzYI,12678
170
- solace_agent_mesh-0.1.2.dist-info/METADATA,sha256=jESq2kEL6MR8C2i2VrAnamf5QqOKsy9PXiVGdpVV2D8,9996
171
- solace_agent_mesh-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
172
- solace_agent_mesh-0.1.2.dist-info/entry_points.txt,sha256=VDI4Kkhc1jy9ajf8Qd08v3lpV4n7zoWBAo6fopQrXL8,108
173
- solace_agent_mesh-0.1.2.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
174
- solace_agent_mesh-0.1.2.dist-info/RECORD,,
175
+ solace_agent_mesh-0.2.0.dist-info/METADATA,sha256=YIihX8cvY6-tJUYFIylNFsUxfh3TncLt10PB7oLPNDo,10971
176
+ solace_agent_mesh-0.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
177
+ solace_agent_mesh-0.2.0.dist-info/entry_points.txt,sha256=VDI4Kkhc1jy9ajf8Qd08v3lpV4n7zoWBAo6fopQrXL8,108
178
+ solace_agent_mesh-0.2.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
179
+ solace_agent_mesh-0.2.0.dist-info/RECORD,,
@@ -1,50 +0,0 @@
1
- from cli.utils import ask_if_not_provided
2
- import click
3
-
4
- def rest_api_step(options, default_options, none_interactive, abort):
5
- """
6
- Initialize the REST API.
7
- """
8
-
9
- enabled = ask_if_not_provided(
10
- options,
11
- "rest_api_enabled",
12
- "Set up the REST API interface? (Required for Web UI setup in the next step.)",
13
- default_options["rest_api_enabled"],
14
- none_interactive,
15
- )
16
-
17
- if not enabled:
18
- return
19
-
20
- ask_if_not_provided(
21
- options,
22
- "rest_api_server_input_port",
23
- "REST API server port",
24
- default_options["rest_api_server_input_port"],
25
- none_interactive,
26
- )
27
- ask_if_not_provided(
28
- options,
29
- "rest_api_server_host",
30
- "REST API server host",
31
- default_options["rest_api_server_host"],
32
- none_interactive,
33
- )
34
- ask_if_not_provided(
35
- options,
36
- "rest_api_server_input_endpoint",
37
- "REST API endpoint",
38
- default_options["rest_api_server_input_endpoint"],
39
- none_interactive,
40
- )
41
- ask_if_not_provided(
42
- options,
43
- "rest_api_gateway_name",
44
- "What would you like to call the gateway",
45
- default_options["rest_api_gateway_name"],
46
- none_interactive,
47
- )
48
-
49
- click.echo("\nAdditional configuration options are availale for the REST API such as enabling authentication, rate limits etc.")
50
- click.echo("Please refer to our documentation for detailed setup instructions.\n")
@@ -1,40 +0,0 @@
1
- from cli.utils import ask_if_not_provided
2
- import click
3
-
4
- def webui_step(options, default_options, none_interactive, abort):
5
- """
6
- Initialize the Web UI configuration.
7
- """
8
- if not options.get("rest_api_enabled"):
9
- click.echo(click.style("Skipping setup for Web UI because REST API was not enabled", bold=False, fg="yellow"))
10
- return
11
-
12
- enabled = ask_if_not_provided(
13
- options,
14
- "webui_enabled",
15
- "Enable Web UI?",
16
- default_options["webui_enabled"],
17
- none_interactive=none_interactive,
18
- )
19
-
20
- if not enabled:
21
- return
22
-
23
- ask_if_not_provided(
24
- options,
25
- "webui_listen_port",
26
- "Server listen port",
27
- default_options["webui_listen_port"],
28
- none_interactive,
29
- )
30
-
31
- ask_if_not_provided(
32
- options,
33
- "webui_host",
34
- "Server host",
35
- default_options["webui_host"],
36
- none_interactive,
37
- )
38
-
39
- click.echo("\nAdditional configuration options are availale for the Web UI such as enabling authentication, collecting feedback etc.")
40
- click.echo("Please refer to our documentation for detailed setup instructions.\n")